Html Css Color HEX #CA24DB Deep Magenta

📋 copy color: '#CA24DB'

red 202 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #CA24DB

Tints of Deep Magenta #CA24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 44.2%
G = 7.88%
B = 47.92%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA24DB (or 0xCA24DB) is known color: Deep Magenta. HEX triplet: CA, 24 and DB. RGB value is (202,36,219). Sum of RGB (Red+Green+Blue) = 202+36+219=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24DB is #35DB24. Grayscale: #696969. Windows color (decimal): -3529509 or 14361802. OLE color: 14361802.

HSL color Cylindrical-coordinate representation of color #CA24DB: hue angle of 294.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA24DB is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 36 219 -
CMYK 0.08 0.84 0 0.14
HSL 294.43º 0.72% 0.5% -
HSV(B) 294.43º 0.84% 0.86% -
XYZ 37.77 18.93 68.68 -
YUV 106.5 191.5 196.12 -
System Red Green Blue C M Y K H S L
Decimal 202 36 219 0.08 0.84 0 0.14 294.43 0.72 0.5
Hex CA 24 DB 8 54 0 E 126 48 32
Octal 312 44 333 10 124 0 16 446 110 62
Binary 11001010 100100 11011011 1000 1010100 0 1110 100100110 1001000 110010

Color Harmonies of #CA24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24DB

Black with #CA24DB

Text Example


Text Example

White with #CA24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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