Html Css Color HEX #C06FC9 Fuchsia

📋 copy color: '#C06FC9'

red 192 ◦ green 111 ◦ blue 201

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

Shades of Fuchsia #C06FC9

Tints of Fuchsia #C06FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.88%

R = 38.1%
G = 22.02%
B = 39.88%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C06FC9 (or 0xC06FC9) is known color: Fuchsia. HEX triplet: C0, 6F and C9. RGB value is (192,111,201). Sum of RGB (Red+Green+Blue) = 192+111+201=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #C06FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FC9 is #3F9036. Grayscale: #919191. Windows color (decimal): -4165687 or 13201344. OLE color: 13201344.

HSL color Cylindrical-coordinate representation of color #C06FC9: hue angle of 294º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06FC9 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 111 201 -
CMYK 0.04 0.45 0 0.21
HSL 294º 0.45% 0.61% -
HSV(B) 294º 0.45% 0.79% -
XYZ 37.97 26.79 58.43 -
YUV 145.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 192 111 201 0.04 0.45 0 0.21 294 0.45 0.61
Hex C0 6F C9 4 2D 0 15 126 2D 3D
Octal 300 157 311 4 55 0 25 446 55 75
Binary 11000000 1101111 11001001 100 101101 0 10101 100100110 101101 111101

Color Harmonies of #C06FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FC9

Black with #C06FC9

Text Example


Text Example

White with #C06FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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