Html Css Color HEX #CA52D1 Fuchsia

📋 copy color: '#CA52D1'

red 202 ◦ green 82 ◦ blue 209

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

Shades of Fuchsia #CA52D1

Tints of Fuchsia #CA52D1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

 BLUE value IS 209 (82.03% from 255) = 42.39%

R = 40.97%
G = 16.63%
B = 42.39%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA52D1 (or 0xCA52D1) is known color: Fuchsia. HEX triplet: CA, 52 and D1. RGB value is (202,82,209). Sum of RGB (Red+Green+Blue) = 202+82+209=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA52D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52D1 is #35AD2E. Grayscale: #838383. Windows color (decimal): -3517743 or 13718218. OLE color: 13718218.

HSL color Cylindrical-coordinate representation of color #CA52D1: hue angle of 296.69º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA52D1 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 82 209 -
CMYK 0.03 0.61 0 0.18
HSL 296.69º 0.58% 0.57% -
HSV(B) 296.69º 0.61% 0.82% -
XYZ 38.88 23.19 62.75 -
YUV 132.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 202 82 209 0.03 0.61 0 0.18 296.69 0.58 0.57
Hex CA 52 D1 3 3D 0 12 129 3A 39
Octal 312 122 321 3 75 0 22 451 72 71
Binary 11001010 1010010 11010001 11 111101 0 10010 100101001 111010 111001

Color Harmonies of #CA52D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52D1

Black with #CA52D1

Text Example


Text Example

White with #CA52D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52D1; }

 p { color: rgb(202,82,209); }

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

background-color css

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

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

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

border-color css

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

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

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