Html Css Color HEX #C077BD Fuchsia

📋 copy color: '#C077BD'

red 192 ◦ green 119 ◦ blue 189

#C077BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C077BD

Tints of Fuchsia #C077BD

RGB

 RED value IS 192 (75.39% from 255) = 38.4%

 GREEN value IS 119 (46.88% from 255) = 23.8%

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 38.4%
G = 23.8%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C077BD (or 0xC077BD) is known color: Fuchsia. HEX triplet: C0, 77 and BD. RGB value is (192,119,189). Sum of RGB (Red+Green+Blue) = 192+119+189=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C077BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077BD is #3F8842. Grayscale: #949494. Windows color (decimal): -4163651 or 12416960. OLE color: 12416960.

HSL color Cylindrical-coordinate representation of color #C077BD: hue angle of 302.47º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077BD is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 189 -
CMYK 0 0.38 0.02 0.25
HSL 302.47º 0.37% 0.61% -
HSV(B) 302.47º 0.38% 0.75% -
XYZ 37.52 28.07 51.59 -
YUV 148.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 192 119 189 0 0.38 0.02 0.25 302.47 0.37 0.61
Hex C0 77 BD 0 26 2 19 12E 25 3D
Octal 300 167 275 0 46 2 31 456 45 75
Binary 11000000 1110111 10111101 0 100110 10 11001 100101110 100101 111101

Color Harmonies of #C077BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077BD

Black with #C077BD

Text Example


Text Example

White with #C077BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077BD; }

 p { color: rgb(192,119,189); }

 H1.HeaderClassName
 {
   color: #C077BD;
 }
 .AnyTagClassName
 {
   color: #C077BD;
 }
</style>

background-color css

<style>
 a { background-color: #C077BD; }

 a { background-color: rgb(192,119,189); }

 div.DivClassName
 {
   background-color: #C077BD;
 }
 .BgClassName
 {
   background-color: #C077BD;
 }
</style>

border-color css

<style>
 span { border-color: #C077BD; }

 span { border-color: rgb(192,119,189); }

 td.TdClassName
 {
   border-color: #C077BD;
 }
 .TagClassName
 {
   border-color: #C077BD;
 }
</style>