Html Css Color HEX #C910DD Deep Magenta

📋 copy color: '#C910DD'

red 201 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #C910DD

Tints of Deep Magenta #C910DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.65%

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

R = 45.89%
G = 3.65%
B = 50.46%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C910DD (or 0xC910DD) is known color: Deep Magenta. HEX triplet: C9, 10 and DD. RGB value is (201,16,221). Sum of RGB (Red+Green+Blue) = 201+16+221=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #C910DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910DD is #36EF22. Grayscale: #5E5E5E. Windows color (decimal): -3600163 or 14487753. OLE color: 14487753.

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

Color convert

RGB 201 16 221 -
CMYK 0.09 0.93 0 0.13
HSL 294.15º 0.86% 0.46% -
HSV(B) 294.15º 0.93% 0.87% -
XYZ 37.32 18.01 69.92 -
YUV 94.69 199.29 203.83 -
System Red Green Blue C M Y K H S L
Decimal 201 16 221 0.09 0.93 0 0.13 294.15 0.86 0.46
Hex C9 10 DD 9 5D 0 D 126 56 2E
Octal 311 20 335 11 135 0 15 446 126 56
Binary 11001001 10000 11011101 1001 1011101 0 1101 100100110 1010110 101110

Color Harmonies of #C910DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910DD

Black with #C910DD

Text Example


Text Example

White with #C910DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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