Html Css Color HEX #C077B9 Fuchsia

📋 copy color: '#C077B9'

red 192 ◦ green 119 ◦ blue 185

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

Shades of Fuchsia #C077B9

Tints of Fuchsia #C077B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 38.71%
G = 23.99%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C077B9 (or 0xC077B9) is known color: Fuchsia. HEX triplet: C0, 77 and B9. RGB value is (192,119,185). Sum of RGB (Red+Green+Blue) = 192+119+185=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C077B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077B9 is #3F8846. Grayscale: #949494. Windows color (decimal): -4163655 or 12154816. OLE color: 12154816.

HSL color Cylindrical-coordinate representation of color #C077B9: hue angle of 305.75º 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 #C077B9 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 185 -
CMYK 0 0.38 0.04 0.25
HSL 305.75º 0.37% 0.61% -
HSV(B) 305.75º 0.38% 0.75% -
XYZ 37.09 27.9 49.33 -
YUV 148.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 192 119 185 0 0.38 0.04 0.25 305.75 0.37 0.61
Hex C0 77 B9 0 26 4 19 132 25 3D
Octal 300 167 271 0 46 4 31 462 45 75
Binary 11000000 1110111 10111001 0 100110 100 11001 100110010 100101 111101

Color Harmonies of #C077B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077B9

Black with #C077B9

Text Example


Text Example

White with #C077B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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