Html Css Color HEX #CA2BDB Deep Magenta

📋 copy color: '#CA2BDB'

red 202 ◦ green 43 ◦ blue 219

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

Shades of Deep Magenta #CA2BDB

Tints of Deep Magenta #CA2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.27%

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

R = 43.53%
G = 9.27%
B = 47.2%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA2BDB (or 0xCA2BDB) is known color: Deep Magenta. HEX triplet: CA, 2B and DB. RGB value is (202,43,219). Sum of RGB (Red+Green+Blue) = 202+43+219=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BDB is #35D424. Grayscale: #6E6E6E. Windows color (decimal): -3527717 or 14363594. OLE color: 14363594.

HSL color Cylindrical-coordinate representation of color #CA2BDB: hue angle of 294.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2BDB is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 43 219 -
CMYK 0.08 0.80 0 0.14
HSL 294.2º 0.71% 0.51% -
HSV(B) 294.2º 0.8% 0.86% -
XYZ 38.01 19.4 68.76 -
YUV 110.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 202 43 219 0.08 0.80 0 0.14 294.2 0.71 0.51
Hex CA 2B DB 8 50 0 E 126 47 33
Octal 312 53 333 10 120 0 16 446 107 63
Binary 11001010 101011 11011011 1000 1010000 0 1110 100100110 1000111 110011

Color Harmonies of #CA2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BDB

Black with #CA2BDB

Text Example


Text Example

White with #CA2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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