Html Css Color HEX #C06EB6 Fuchsia

📋 copy color: '#C06EB6'

red 192 ◦ green 110 ◦ blue 182

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

Shades of Fuchsia #C06EB6

Tints of Fuchsia #C06EB6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.73%

 BLUE value IS 182 (71.48% from 255) = 37.6%

R = 39.67%
G = 22.73%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C06EB6 (or 0xC06EB6) is known color: Fuchsia. HEX triplet: C0, 6E and B6. RGB value is (192,110,182). Sum of RGB (Red+Green+Blue) = 192+110+182=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EB6 is #3F9149. Grayscale: #8E8E8E. Windows color (decimal): -4165962 or 11955904. OLE color: 11955904.

HSL color Cylindrical-coordinate representation of color #C06EB6: hue angle of 307.32º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06EB6 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 182 -
CMYK 0 0.43 0.05 0.25
HSL 307.32º 0.39% 0.59% -
HSV(B) 307.32º 0.43% 0.75% -
XYZ 35.76 25.74 47.34 -
YUV 142.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 192 110 182 0 0.43 0.05 0.25 307.32 0.39 0.59
Hex C0 6E B6 0 2B 5 19 133 27 3B
Octal 300 156 266 0 53 5 31 463 47 73
Binary 11000000 1101110 10110110 0 101011 101 11001 100110011 100111 111011

Color Harmonies of #C06EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EB6

Black with #C06EB6

Text Example


Text Example

White with #C06EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EB6; }

 p { color: rgb(192,110,182); }

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

background-color css

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

 a { background-color: rgb(192,110,182); }

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

border-color css

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

 span { border-color: rgb(192,110,182); }

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