Html Css Color HEX #C064C9 Fuchsia

📋 copy color: '#C064C9'

red 192 ◦ green 100 ◦ blue 201

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

Shades of Fuchsia #C064C9

Tints of Fuchsia #C064C9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.28%

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

R = 38.95%
G = 20.28%
B = 40.77%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C064C9 (or 0xC064C9) is known color: Fuchsia. HEX triplet: C0, 64 and C9. RGB value is (192,100,201). Sum of RGB (Red+Green+Blue) = 192+100+201=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #C064C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064C9 is #3F9B36. Grayscale: #8A8A8A. Windows color (decimal): -4168503 or 13198528. OLE color: 13198528.

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

Color convert

RGB 192 100 201 -
CMYK 0.04 0.50 0 0.21
HSL 294.65º 0.48% 0.59% -
HSV(B) 294.65º 0.5% 0.79% -
XYZ 36.84 24.54 58.05 -
YUV 139.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 192 100 201 0.04 0.50 0 0.21 294.65 0.48 0.59
Hex C0 64 C9 4 32 0 15 127 30 3B
Octal 300 144 311 4 62 0 25 447 60 73
Binary 11000000 1100100 11001001 100 110010 0 10101 100100111 110000 111011

Color Harmonies of #C064C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064C9

Black with #C064C9

Text Example


Text Example

White with #C064C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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