Html Css Color HEX #CA28DB Deep Magenta

📋 copy color: '#CA28DB'

red 202 ◦ green 40 ◦ blue 219

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

Shades of Deep Magenta #CA28DB

Tints of Deep Magenta #CA28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.68%

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

R = 43.82%
G = 8.68%
B = 47.51%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA28DB (or 0xCA28DB) is known color: Deep Magenta. HEX triplet: CA, 28 and DB. RGB value is (202,40,219). Sum of RGB (Red+Green+Blue) = 202+40+219=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28DB is #35D724. Grayscale: #6C6C6C. Windows color (decimal): -3528485 or 14362826. OLE color: 14362826.

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

Color convert

RGB 202 40 219 -
CMYK 0.08 0.82 0 0.14
HSL 294.3º 0.71% 0.51% -
HSV(B) 294.3º 0.82% 0.86% -
XYZ 37.9 19.19 68.72 -
YUV 108.84 190.17 194.45 -
System Red Green Blue C M Y K H S L
Decimal 202 40 219 0.08 0.82 0 0.14 294.3 0.71 0.51
Hex CA 28 DB 8 52 0 E 126 47 33
Octal 312 50 333 10 122 0 16 446 107 63
Binary 11001010 101000 11011011 1000 1010010 0 1110 100100110 1000111 110011

Color Harmonies of #CA28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28DB

Black with #CA28DB

Text Example


Text Example

White with #CA28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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