Html Css Color HEX #C017DD Deep Magenta

📋 copy color: '#C017DD'

red 192 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #C017DD

Tints of Deep Magenta #C017DD

RGB

 RED value IS 192 (75.39% from 255) = 44.04%

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

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

R = 44.04%
G = 5.28%
B = 50.69%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C017DD (or 0xC017DD) is known color: Deep Magenta. HEX triplet: C0, 17 and DD. RGB value is (192,23,221). Sum of RGB (Red+Green+Blue) = 192+23+221=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #C017DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017DD is #3FE822. Grayscale: #5F5F5F. Windows color (decimal): -4188195 or 14489536. OLE color: 14489536.

HSL color Cylindrical-coordinate representation of color #C017DD: hue angle of 291.21º 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 #C017DD is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 23 221 -
CMYK 0.13 0.90 0 0.13
HSL 291.21º 0.81% 0.48% -
HSV(B) 291.21º 0.9% 0.87% -
XYZ 35.1 17.04 69.85 -
YUV 96.1 198.49 196.4 -
System Red Green Blue C M Y K H S L
Decimal 192 23 221 0.13 0.90 0 0.13 291.21 0.81 0.48
Hex C0 17 DD D 5A 0 D 123 51 30
Octal 300 27 335 15 132 0 15 443 121 60
Binary 11000000 10111 11011101 1101 1011010 0 1101 100100011 1010001 110000

Color Harmonies of #C017DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017DD

Black with #C017DD

Text Example


Text Example

White with #C017DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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