Html Css Color HEX #C06CB2 Fuchsia

📋 copy color: '#C06CB2'

red 192 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #C06CB2

Tints of Fuchsia #C06CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

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

R = 40.17%
G = 22.59%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C06CB2 (or 0xC06CB2) is known color: Fuchsia. HEX triplet: C0, 6C and B2. RGB value is (192,108,178). Sum of RGB (Red+Green+Blue) = 192+108+178=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06CB2 is #3F934D. Grayscale: #8C8C8C. Windows color (decimal): -4166478 or 11693248. OLE color: 11693248.

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

Color convert

RGB 192 108 178 -
CMYK 0 0.44 0.07 0.25
HSL 310º 0.4% 0.59% -
HSV(B) 310º 0.44% 0.75% -
XYZ 35.14 25.15 45.12 -
YUV 141.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 192 108 178 0 0.44 0.07 0.25 310 0.4 0.59
Hex C0 6C B2 0 2C 7 19 136 28 3B
Octal 300 154 262 0 54 7 31 466 50 73
Binary 11000000 1101100 10110010 0 101100 111 11001 100110110 101000 111011

Color Harmonies of #C06CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CB2

Black with #C06CB2

Text Example


Text Example

White with #C06CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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