Html Css Color HEX #CA03D2 Deep Magenta

📋 copy color: '#CA03D2'

red 202 ◦ green 3 ◦ blue 210

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

Shades of Deep Magenta #CA03D2

Tints of Deep Magenta #CA03D2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

 BLUE value IS 210 (82.42% from 255) = 50.6%

R = 48.67%
G = 0.72%
B = 50.6%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA03D2 (or 0xCA03D2) is known color: Deep Magenta. HEX triplet: CA, 03 and D2. RGB value is (202,3,210). Sum of RGB (Red+Green+Blue) = 202+3+210=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 210 (82.42% from 255 or 50.60% from 415); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA03D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03D2 is #35FC2D. Grayscale: #555555. Windows color (decimal): -3537966 or 13763530. OLE color: 13763530.

HSL color Cylindrical-coordinate representation of color #CA03D2: hue angle of 297.68º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03D2 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 3 210 -
CMYK 0.04 0.99 0 0.18
HSL 297.68º 0.97% 0.42% -
HSV(B) 297.68º 0.99% 0.82% -
XYZ 36.02 17.27 62.41 -
YUV 86.1 197.93 210.67 -
System Red Green Blue C M Y K H S L
Decimal 202 3 210 0.04 0.99 0 0.18 297.68 0.97 0.42
Hex CA 3 D2 4 63 0 12 12A 61 2A
Octal 312 3 322 4 143 0 22 452 141 52
Binary 11001010 11 11010010 100 1100011 0 10010 100101010 1100001 101010

Color Harmonies of #CA03D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA03D2

Black with #CA03D2

Text Example


Text Example

White with #CA03D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA03D2; }

 p { color: rgb(202,3,210); }

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

background-color css

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

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

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

border-color css

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

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

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