Html Css Color HEX #C917DD Deep Magenta

📋 copy color: '#C917DD'

red 201 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #C917DD

Tints of Deep Magenta #C917DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.17%

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

R = 45.17%
G = 5.17%
B = 49.66%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C917DD (or 0xC917DD) is known color: Deep Magenta. HEX triplet: C9, 17 and DD. RGB value is (201,23,221). Sum of RGB (Red+Green+Blue) = 201+23+221=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #C917DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917DD is #36E822. Grayscale: #626262. Windows color (decimal): -3598371 or 14489545. OLE color: 14489545.

HSL color Cylindrical-coordinate representation of color #C917DD: hue angle of 293.94º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C917DD is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 23 221 -
CMYK 0.09 0.90 0 0.13
HSL 293.94º 0.81% 0.48% -
HSV(B) 293.94º 0.9% 0.87% -
XYZ 37.44 18.25 69.96 -
YUV 98.79 196.97 200.9 -
System Red Green Blue C M Y K H S L
Decimal 201 23 221 0.09 0.90 0 0.13 293.94 0.81 0.48
Hex C9 17 DD 9 5A 0 D 126 51 30
Octal 311 27 335 11 132 0 15 446 121 60
Binary 11001001 10111 11011101 1001 1011010 0 1101 100100110 1010001 110000

Color Harmonies of #C917DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917DD

Black with #C917DD

Text Example


Text Example

White with #C917DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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