Html Css Color HEX #CA05DB Deep Magenta

📋 copy color: '#CA05DB'

red 202 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #CA05DB

Tints of Deep Magenta #CA05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 47.42%
G = 1.17%
B = 51.41%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA05DB (or 0xCA05DB) is known color: Deep Magenta. HEX triplet: CA, 05 and DB. RGB value is (202,5,219). Sum of RGB (Red+Green+Blue) = 202+5+219=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA05DB is #35FA24. Grayscale: #575757. Windows color (decimal): -3537445 or 14353866. OLE color: 14353866.

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

Color convert

RGB 202 5 219 -
CMYK 0.08 0.98 0 0.14
HSL 295.23º 0.96% 0.44% -
HSV(B) 295.23º 0.98% 0.86% -
XYZ 37.2 17.78 68.49 -
YUV 88.3 201.77 209.1 -
System Red Green Blue C M Y K H S L
Decimal 202 5 219 0.08 0.98 0 0.14 295.23 0.96 0.44
Hex CA 5 DB 8 62 0 E 127 60 2C
Octal 312 5 333 10 142 0 16 447 140 54
Binary 11001010 101 11011011 1000 1100010 0 1110 100100111 1100000 101100

Color Harmonies of #CA05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA05DB

Black with #CA05DB

Text Example


Text Example

White with #CA05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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