Html Css Color HEX #C064A8 Fuchsia

📋 copy color: '#C064A8'

red 192 ◦ green 100 ◦ blue 168

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

Shades of Fuchsia #C064A8

Tints of Fuchsia #C064A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 41.74%
G = 21.74%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C064A8 (or 0xC064A8) is known color: Fuchsia. HEX triplet: C0, 64 and A8. RGB value is (192,100,168). Sum of RGB (Red+Green+Blue) = 192+100+168=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C064A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064A8 is #3F9B57. Grayscale: #878787. Windows color (decimal): -4168536 or 11035840. OLE color: 11035840.

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

Color convert

RGB 192 100 168 -
CMYK 0 0.48 0.12 0.25
HSL 315.65º 0.42% 0.57% -
HSV(B) 315.65º 0.48% 0.75% -
XYZ 33.36 23.15 39.76 -
YUV 135.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 192 100 168 0 0.48 0.12 0.25 315.65 0.42 0.57
Hex C0 64 A8 0 30 C 19 13C 2A 39
Octal 300 144 250 0 60 14 31 474 52 71
Binary 11000000 1100100 10101000 0 110000 1100 11001 100111100 101010 111001

Color Harmonies of #C064A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064A8

Black with #C064A8

Text Example


Text Example

White with #C064A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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