Html Css Color HEX #CA64C9 Fuchsia

📋 copy color: '#CA64C9'

red 202 ◦ green 100 ◦ blue 201

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

Shades of Fuchsia #CA64C9

Tints of Fuchsia #CA64C9

RGB

 RED value IS 202 (79.3% from 255) = 40.16%

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

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

R = 40.16%
G = 19.88%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA64C9 (or 0xCA64C9) is known color: Fuchsia. HEX triplet: CA, 64 and C9. RGB value is (202,100,201). Sum of RGB (Red+Green+Blue) = 202+100+201=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64C9 is #359B36. Grayscale: #8D8D8D. Windows color (decimal): -3513143 or 13198538. OLE color: 13198538.

HSL color Cylindrical-coordinate representation of color #CA64C9: hue angle of 300.59º degrees, saturation: 0.49, 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 #CA64C9 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 100 201 -
CMYK 0 0.50 0.00 0.21
HSL 300.59º 0.49% 0.59% -
HSV(B) 300.59º 0.5% 0.79% -
XYZ 39.46 25.89 58.18 -
YUV 142.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 202 100 201 0 0.50 0.00 0.21 300.59 0.49 0.59
Hex CA 64 C9 0 32 0 15 12D 31 3B
Octal 312 144 311 0 62 0 25 455 61 73
Binary 11001010 1100100 11001001 0 110010 0 10101 100101101 110001 111011

Color Harmonies of #CA64C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64C9

Black with #CA64C9

Text Example


Text Example

White with #CA64C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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