Html Css Color HEX #C912DB Deep Magenta

📋 copy color: '#C912DB'

red 201 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #C912DB

Tints of Deep Magenta #C912DB

RGB

 RED value IS 201 (78.91% from 255) = 45.89%

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

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

R = 45.89%
G = 4.11%
B = 50%

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

#C912DB (or 0xC912DB) is known color: Deep Magenta. HEX triplet: C9, 12 and DB. RGB value is (201,18,219). Sum of RGB (Red+Green+Blue) = 201+18+219=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #C912DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912DB is #36ED24. Grayscale: #5F5F5F. Windows color (decimal): -3599653 or 14357193. OLE color: 14357193.

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

Color convert

RGB 201 18 219 -
CMYK 0.08 0.92 0 0.14
HSL 294.63º 0.85% 0.46% -
HSV(B) 294.63º 0.92% 0.86% -
XYZ 37.09 17.96 68.53 -
YUV 95.63 197.63 203.16 -
System Red Green Blue C M Y K H S L
Decimal 201 18 219 0.08 0.92 0 0.14 294.63 0.85 0.46
Hex C9 12 DB 8 5C 0 E 127 55 2E
Octal 311 22 333 10 134 0 16 447 125 56
Binary 11001001 10010 11011011 1000 1011100 0 1110 100100111 1010101 101110

Color Harmonies of #C912DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912DB

Black with #C912DB

Text Example


Text Example

White with #C912DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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