Html Css Color HEX #C912DD Deep Magenta

📋 copy color: '#C912DD'

red 201 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #C912DD

Tints of Deep Magenta #C912DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 45.68%
G = 4.09%
B = 50.23%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C912DD (or 0xC912DD) is known color: Deep Magenta. HEX triplet: C9, 12 and DD. RGB value is (201,18,221). Sum of RGB (Red+Green+Blue) = 201+18+221=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #C912DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912DD is #36ED22. Grayscale: #5F5F5F. Windows color (decimal): -3599651 or 14488265. OLE color: 14488265.

HSL color Cylindrical-coordinate representation of color #C912DD: hue angle of 294.09º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C912DD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 18 221 -
CMYK 0.09 0.92 0 0.13
HSL 294.09º 0.85% 0.47% -
HSV(B) 294.09º 0.92% 0.87% -
XYZ 37.35 18.07 69.93 -
YUV 95.86 198.63 202.99 -
System Red Green Blue C M Y K H S L
Decimal 201 18 221 0.09 0.92 0 0.13 294.09 0.85 0.47
Hex C9 12 DD 9 5C 0 D 126 55 2F
Octal 311 22 335 11 134 0 15 446 125 57
Binary 11001001 10010 11011101 1001 1011100 0 1101 100100110 1010101 101111

Color Harmonies of #C912DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912DD

Black with #C912DD

Text Example


Text Example

White with #C912DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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