Html Css Color HEX #C06EB2 Fuchsia

📋 copy color: '#C06EB2'

red 192 ◦ green 110 ◦ blue 178

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

Shades of Fuchsia #C06EB2

Tints of Fuchsia #C06EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 40%
G = 22.92%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C06EB2 (or 0xC06EB2) is known color: Fuchsia. HEX triplet: C0, 6E and B2. RGB value is (192,110,178). Sum of RGB (Red+Green+Blue) = 192+110+178=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EB2 is #3F914D. Grayscale: #8E8E8E. Windows color (decimal): -4165966 or 11693760. OLE color: 11693760.

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

Color convert

RGB 192 110 178 -
CMYK 0 0.43 0.07 0.25
HSL 310.24º 0.39% 0.59% -
HSV(B) 310.24º 0.43% 0.75% -
XYZ 35.35 25.57 45.19 -
YUV 142.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 192 110 178 0 0.43 0.07 0.25 310.24 0.39 0.59
Hex C0 6E B2 0 2B 7 19 136 27 3B
Octal 300 156 262 0 53 7 31 466 47 73
Binary 11000000 1101110 10110010 0 101011 111 11001 100110110 100111 111011

Color Harmonies of #C06EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EB2

Black with #C06EB2

Text Example


Text Example

White with #C06EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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