Html Css Color HEX #CA12DB Deep Magenta

📋 copy color: '#CA12DB'

red 202 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #CA12DB

Tints of Deep Magenta #CA12DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.1%

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

R = 46.01%
G = 4.1%
B = 49.89%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA12DB (or 0xCA12DB) is known color: Deep Magenta. HEX triplet: CA, 12 and DB. RGB value is (202,18,219). Sum of RGB (Red+Green+Blue) = 202+18+219=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12DB is #35ED24. Grayscale: #5F5F5F. Windows color (decimal): -3534117 or 14357194. OLE color: 14357194.

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

Color convert

RGB 202 18 219 -
CMYK 0.08 0.92 0 0.14
HSL 294.93º 0.85% 0.46% -
HSV(B) 294.93º 0.92% 0.86% -
XYZ 37.36 18.1 68.54 -
YUV 95.93 197.46 203.66 -
System Red Green Blue C M Y K H S L
Decimal 202 18 219 0.08 0.92 0 0.14 294.93 0.85 0.46
Hex CA 12 DB 8 5C 0 E 127 55 2E
Octal 312 22 333 10 134 0 16 447 125 56
Binary 11001010 10010 11011011 1000 1011100 0 1110 100100111 1010101 101110

Color Harmonies of #CA12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12DB

Black with #CA12DB

Text Example


Text Example

White with #CA12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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