Html Css Color HEX #CA24DD Deep Magenta

📋 copy color: '#CA24DD'

red 202 ◦ green 36 ◦ blue 221

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

Shades of Deep Magenta #CA24DD

Tints of Deep Magenta #CA24DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.84%

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

R = 44.01%
G = 7.84%
B = 48.15%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA24DD (or 0xCA24DD) is known color: Deep Magenta. HEX triplet: CA, 24 and DD. RGB value is (202,36,221). Sum of RGB (Red+Green+Blue) = 202+36+221=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA24DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24DD is #35DB22. Grayscale: #6A6A6A. Windows color (decimal): -3529507 or 14492874. OLE color: 14492874.

HSL color Cylindrical-coordinate representation of color #CA24DD: hue angle of 293.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA24DD is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 36 221 -
CMYK 0.09 0.84 0 0.13
HSL 293.84º 0.73% 0.5% -
HSV(B) 293.84º 0.84% 0.87% -
XYZ 38.04 19.04 70.08 -
YUV 106.72 192.5 195.96 -
System Red Green Blue C M Y K H S L
Decimal 202 36 221 0.09 0.84 0 0.13 293.84 0.73 0.5
Hex CA 24 DD 9 54 0 D 126 49 32
Octal 312 44 335 11 124 0 15 446 111 62
Binary 11001010 100100 11011101 1001 1010100 0 1101 100100110 1001001 110010

Color Harmonies of #CA24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24DD

Black with #CA24DD

Text Example


Text Example

White with #CA24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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