Html Css Color HEX #C064C8 Fuchsia

📋 copy color: '#C064C8'

red 192 ◦ green 100 ◦ blue 200

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

Shades of Fuchsia #C064C8

Tints of Fuchsia #C064C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.65%

R = 39.02%
G = 20.33%
B = 40.65%

CMYK

 C value IS 0.04

 M value IS 0.5

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C064C8 (or 0xC064C8) is known color: Fuchsia. HEX triplet: C0, 64 and C8. RGB value is (192,100,200). Sum of RGB (Red+Green+Blue) = 192+100+200=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #C064C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064C8 is #3F9B37. Grayscale: #8A8A8A. Windows color (decimal): -4168504 or 13132992. OLE color: 13132992.

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

Color convert

RGB 192 100 200 -
CMYK 0.04 0.5 0 0.22
HSL 295.2º 0.48% 0.59% -
HSV(B) 295.2º 0.5% 0.78% -
XYZ 36.72 24.49 57.44 -
YUV 138.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 192 100 200 0.04 0.5 0 0.22 295.2 0.48 0.59
Hex C0 64 C8 4 32 0 16 127 30 3B
Octal 300 144 310 4 62 0 26 447 60 73
Binary 11000000 1100100 11001000 100 110010 0 10110 100100111 110000 111011

Color Harmonies of #C064C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064C8

Black with #C064C8

Text Example


Text Example

White with #C064C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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