Html Css Color HEX #CA14DB Deep Magenta

📋 copy color: '#CA14DB'

red 202 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #CA14DB

Tints of Deep Magenta #CA14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.54%

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

R = 45.8%
G = 4.54%
B = 49.66%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA14DB (or 0xCA14DB) is known color: Deep Magenta. HEX triplet: CA, 14 and DB. RGB value is (202,20,219). Sum of RGB (Red+Green+Blue) = 202+20+219=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA14DB is #35EB24. Grayscale: #606060. Windows color (decimal): -3533605 or 14357706. OLE color: 14357706.

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

Color convert

RGB 202 20 219 -
CMYK 0.08 0.91 0 0.14
HSL 294.87º 0.83% 0.47% -
HSV(B) 294.87º 0.91% 0.86% -
XYZ 37.39 18.17 68.55 -
YUV 97.1 196.8 202.82 -
System Red Green Blue C M Y K H S L
Decimal 202 20 219 0.08 0.91 0 0.14 294.87 0.83 0.47
Hex CA 14 DB 8 5B 0 E 127 53 2F
Octal 312 24 333 10 133 0 16 447 123 57
Binary 11001010 10100 11011011 1000 1011011 0 1110 100100111 1010011 101111

Color Harmonies of #CA14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA14DB

Black with #CA14DB

Text Example


Text Example

White with #CA14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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