Html Css Color HEX #C812DB Deep Magenta

📋 copy color: '#C812DB'

red 200 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #C812DB

Tints of Deep Magenta #C812DB

RGB

 RED value IS 200 (78.52% from 255) = 45.77%

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

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

R = 45.77%
G = 4.12%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C812DB (or 0xC812DB) is known color: Deep Magenta. HEX triplet: C8, 12 and DB. RGB value is (200,18,219). Sum of RGB (Red+Green+Blue) = 200+18+219=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #C812DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812DB is #37ED24. Grayscale: #5E5E5E. Windows color (decimal): -3665189 or 14357192. OLE color: 14357192.

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

Color convert

RGB 200 18 219 -
CMYK 0.09 0.92 0 0.14
HSL 294.33º 0.85% 0.46% -
HSV(B) 294.33º 0.92% 0.86% -
XYZ 36.82 17.83 68.52 -
YUV 95.33 197.8 202.66 -
System Red Green Blue C M Y K H S L
Decimal 200 18 219 0.09 0.92 0 0.14 294.33 0.85 0.46
Hex C8 12 DB 9 5C 0 E 126 55 2E
Octal 310 22 333 11 134 0 16 446 125 56
Binary 11001000 10010 11011011 1001 1011100 0 1110 100100110 1010101 101110

Color Harmonies of #C812DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812DB

Black with #C812DB

Text Example


Text Example

White with #C812DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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