Html Css Color HEX #CD12DB Deep Magenta

📋 copy color: '#CD12DB'

red 205 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #CD12DB

Tints of Deep Magenta #CD12DB

RGB

 RED value IS 205 (80.47% from 255) = 46.38%

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

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

R = 46.38%
G = 4.07%
B = 49.55%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD12DB (or 0xCD12DB) is known color: Deep Magenta. HEX triplet: CD, 12 and DB. RGB value is (205,18,219). Sum of RGB (Red+Green+Blue) = 205+18+219=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD12DB is #32ED24. Grayscale: #606060. Windows color (decimal): -3337509 or 14357197. OLE color: 14357197.

HSL color Cylindrical-coordinate representation of color #CD12DB: hue angle of 295.82º 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 #CD12DB is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 18 219 -
CMYK 0.06 0.92 0 0.14
HSL 295.82º 0.85% 0.46% -
HSV(B) 295.82º 0.92% 0.86% -
XYZ 38.18 18.53 68.58 -
YUV 96.83 196.95 205.16 -
System Red Green Blue C M Y K H S L
Decimal 205 18 219 0.06 0.92 0 0.14 295.82 0.85 0.46
Hex CD 12 DB 6 5C 0 E 128 55 2E
Octal 315 22 333 6 134 0 16 450 125 56
Binary 11001101 10010 11011011 110 1011100 0 1110 100101000 1010101 101110

Color Harmonies of #CD12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD12DB

Black with #CD12DB

Text Example


Text Example

White with #CD12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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