Html Css Color HEX #CA15DD Deep Magenta

📋 copy color: '#CA15DD'

red 202 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #CA15DD

Tints of Deep Magenta #CA15DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.73%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 45.5%
G = 4.73%
B = 49.77%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA15DD (or 0xCA15DD) is known color: Deep Magenta. HEX triplet: CA, 15 and DD. RGB value is (202,21,221). Sum of RGB (Red+Green+Blue) = 202+21+221=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15DD is #35EA22. Grayscale: #616161. Windows color (decimal): -3533347 or 14489034. OLE color: 14489034.

HSL color Cylindrical-coordinate representation of color #CA15DD: hue angle of 294.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15DD is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 21 221 -
CMYK 0.09 0.90 0 0.13
HSL 294.3º 0.83% 0.47% -
HSV(B) 294.3º 0.9% 0.87% -
XYZ 37.68 18.31 69.96 -
YUV 97.92 197.47 202.24 -
System Red Green Blue C M Y K H S L
Decimal 202 21 221 0.09 0.90 0 0.13 294.3 0.83 0.47
Hex CA 15 DD 9 5A 0 D 126 53 2F
Octal 312 25 335 11 132 0 15 446 123 57
Binary 11001010 10101 11011101 1001 1011010 0 1101 100100110 1010011 101111

Color Harmonies of #CA15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15DD

Black with #CA15DD

Text Example


Text Example

White with #CA15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15DD; }

 p { color: rgb(202,21,221); }

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

background-color css

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

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

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

border-color css

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

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

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