Html Css Color HEX #CA64C0 Fuchsia

📋 copy color: '#CA64C0'

red 202 ◦ green 100 ◦ blue 192

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

Shades of Fuchsia #CA64C0

Tints of Fuchsia #CA64C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 40.89%
G = 20.24%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA64C0 (or 0xCA64C0) is known color: Fuchsia. HEX triplet: CA, 64 and C0. RGB value is (202,100,192). Sum of RGB (Red+Green+Blue) = 202+100+192=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64C0 is #359B3F. Grayscale: #8C8C8C. Windows color (decimal): -3513152 or 12608714. OLE color: 12608714.

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

Color convert

RGB 202 100 192 -
CMYK 0 0.50 0.05 0.21
HSL 305.88º 0.49% 0.59% -
HSV(B) 305.88º 0.5% 0.79% -
XYZ 38.43 25.48 52.76 -
YUV 140.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 202 100 192 0 0.50 0.05 0.21 305.88 0.49 0.59
Hex CA 64 C0 0 32 5 15 132 31 3B
Octal 312 144 300 0 62 5 25 462 61 73
Binary 11001010 1100100 11000000 0 110010 101 10101 100110010 110001 111011

Color Harmonies of #CA64C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64C0

Black with #CA64C0

Text Example


Text Example

White with #CA64C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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