Html Css Color HEX #CA64C1 Fuchsia

📋 copy color: '#CA64C1'

red 202 ◦ green 100 ◦ blue 193

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

Shades of Fuchsia #CA64C1

Tints of Fuchsia #CA64C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 40.81%
G = 20.2%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA64C1 (or 0xCA64C1) is known color: Fuchsia. HEX triplet: CA, 64 and C1. RGB value is (202,100,193). Sum of RGB (Red+Green+Blue) = 202+100+193=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64C1 is #359B3E. Grayscale: #8C8C8C. Windows color (decimal): -3513151 or 12674250. OLE color: 12674250.

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

Color convert

RGB 202 100 193 -
CMYK 0 0.50 0.04 0.21
HSL 305.29º 0.49% 0.59% -
HSV(B) 305.29º 0.5% 0.79% -
XYZ 38.54 25.52 53.35 -
YUV 141.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 202 100 193 0 0.50 0.04 0.21 305.29 0.49 0.59
Hex CA 64 C1 0 32 4 15 131 31 3B
Octal 312 144 301 0 62 4 25 461 61 73
Binary 11001010 1100100 11000001 0 110010 100 10101 100110001 110001 111011

Color Harmonies of #CA64C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64C1

Black with #CA64C1

Text Example


Text Example

White with #CA64C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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