Html Css Color HEX #CA51CA Fuchsia

📋 copy color: '#CA51CA'

red 202 ◦ green 81 ◦ blue 202

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

Shades of Fuchsia #CA51CA

Tints of Fuchsia #CA51CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.7%

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 41.65%
G = 16.7%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA51CA (or 0xCA51CA) is known color: Fuchsia. HEX triplet: CA, 51 and CA. RGB value is (202,81,202). Sum of RGB (Red+Green+Blue) = 202+81+202=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA51CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51CA is #35AE35. Grayscale: #828282. Windows color (decimal): -3518006 or 13259210. OLE color: 13259210.

HSL color Cylindrical-coordinate representation of color #CA51CA: hue angle of 300º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51CA is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 81 202 -
CMYK 0 0.60 0 0.21
HSL 300º 0.53% 0.55% -
HSV(B) 300º 0.6% 0.79% -
XYZ 37.96 22.71 58.26 -
YUV 130.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 202 81 202 0 0.60 0 0.21 300 0.53 0.55
Hex CA 51 CA 0 3C 0 15 12C 35 37
Octal 312 121 312 0 74 0 25 454 65 67
Binary 11001010 1010001 11001010 0 111100 0 10101 100101100 110101 110111

Color Harmonies of #CA51CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51CA

Black with #CA51CA

Text Example


Text Example

White with #CA51CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51CA; }

 p { color: rgb(202,81,202); }

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

background-color css

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

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

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

border-color css

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

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

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