Html Css Color HEX #C064AA Fuchsia

📋 copy color: '#C064AA'

red 192 ◦ green 100 ◦ blue 170

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

Shades of Fuchsia #C064AA

Tints of Fuchsia #C064AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 41.56%
G = 21.65%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C064AA (or 0xC064AA) is known color: Fuchsia. HEX triplet: C0, 64 and AA. RGB value is (192,100,170). Sum of RGB (Red+Green+Blue) = 192+100+170=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C064AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064AA is #3F9B55. Grayscale: #878787. Windows color (decimal): -4168534 or 11166912. OLE color: 11166912.

HSL color Cylindrical-coordinate representation of color #C064AA: hue angle of 314.35º 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 #C064AA is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 170 -
CMYK 0 0.48 0.11 0.25
HSL 314.35º 0.42% 0.57% -
HSV(B) 314.35º 0.48% 0.75% -
XYZ 33.55 23.22 40.74 -
YUV 135.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 192 100 170 0 0.48 0.11 0.25 314.35 0.42 0.57
Hex C0 64 AA 0 30 B 19 13A 2A 39
Octal 300 144 252 0 60 13 31 472 52 71
Binary 11000000 1100100 10101010 0 110000 1011 11001 100111010 101010 111001

Color Harmonies of #C064AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064AA

Black with #C064AA

Text Example


Text Example

White with #C064AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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