Html Css Color HEX #C06CAF Fuchsia

📋 copy color: '#C06CAF'

red 192 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #C06CAF

Tints of Fuchsia #C06CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 40.42%
G = 22.74%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C06CAF (or 0xC06CAF) is known color: Fuchsia. HEX triplet: C0, 6C and AF. RGB value is (192,108,175). Sum of RGB (Red+Green+Blue) = 192+108+175=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06CAF is #3F9350. Grayscale: #8C8C8C. Windows color (decimal): -4166481 or 11496640. OLE color: 11496640.

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

Color convert

RGB 192 108 175 -
CMYK 0 0.44 0.09 0.25
HSL 312.14º 0.4% 0.59% -
HSV(B) 312.14º 0.44% 0.75% -
XYZ 34.84 25.03 43.55 -
YUV 140.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 192 108 175 0 0.44 0.09 0.25 312.14 0.4 0.59
Hex C0 6C AF 0 2C 9 19 138 28 3B
Octal 300 154 257 0 54 11 31 470 50 73
Binary 11000000 1101100 10101111 0 101100 1001 11001 100111000 101000 111011

Color Harmonies of #C06CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CAF

Black with #C06CAF

Text Example


Text Example

White with #C06CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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