Html Css Color HEX #CA21DB Deep Magenta

📋 copy color: '#CA21DB'

red 202 ◦ green 33 ◦ blue 219

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

Shades of Deep Magenta #CA21DB

Tints of Deep Magenta #CA21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.27%

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

R = 44.49%
G = 7.27%
B = 48.24%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA21DB (or 0xCA21DB) is known color: Deep Magenta. HEX triplet: CA, 21 and DB. RGB value is (202,33,219). Sum of RGB (Red+Green+Blue) = 202+33+219=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21DB is #35DE24. Grayscale: #686868. Windows color (decimal): -3530277 or 14361034. OLE color: 14361034.

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

Color convert

RGB 202 33 219 -
CMYK 0.08 0.85 0 0.14
HSL 294.52º 0.74% 0.49% -
HSV(B) 294.52º 0.85% 0.86% -
XYZ 37.69 18.76 68.65 -
YUV 104.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 202 33 219 0.08 0.85 0 0.14 294.52 0.74 0.49
Hex CA 21 DB 8 55 0 E 127 4A 31
Octal 312 41 333 10 125 0 16 447 112 61
Binary 11001010 100001 11011011 1000 1010101 0 1110 100100111 1001010 110001

Color Harmonies of #CA21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21DB

Black with #CA21DB

Text Example


Text Example

White with #CA21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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