Html Css Color HEX #C06FAF Fuchsia

📋 copy color: '#C06FAF'

red 192 ◦ green 111 ◦ blue 175

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

Shades of Fuchsia #C06FAF

Tints of Fuchsia #C06FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.22%

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

R = 40.17%
G = 23.22%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C06FAF (or 0xC06FAF) is known color: Fuchsia. HEX triplet: C0, 6F and AF. RGB value is (192,111,175). Sum of RGB (Red+Green+Blue) = 192+111+175=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FAF is #3F9050. Grayscale: #8E8E8E. Windows color (decimal): -4165713 or 11497408. OLE color: 11497408.

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

Color convert

RGB 192 111 175 -
CMYK 0 0.42 0.09 0.25
HSL 312.59º 0.39% 0.59% -
HSV(B) 312.59º 0.42% 0.75% -
XYZ 35.16 25.67 43.66 -
YUV 142.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 192 111 175 0 0.42 0.09 0.25 312.59 0.39 0.59
Hex C0 6F AF 0 2A 9 19 139 27 3B
Octal 300 157 257 0 52 11 31 471 47 73
Binary 11000000 1101111 10101111 0 101010 1001 11001 100111001 100111 111011

Color Harmonies of #C06FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FAF

Black with #C06FAF

Text Example


Text Example

White with #C06FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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