Html Css Color HEX #C017DB Deep Magenta

📋 copy color: '#C017DB'

red 192 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #C017DB

Tints of Deep Magenta #C017DB

RGB

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

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

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

R = 44.24%
G = 5.3%
B = 50.46%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C017DB (or 0xC017DB) is known color: Deep Magenta. HEX triplet: C0, 17 and DB. RGB value is (192,23,219). Sum of RGB (Red+Green+Blue) = 192+23+219=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #C017DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017DB is #3FE824. Grayscale: #5F5F5F. Windows color (decimal): -4188197 or 14358464. OLE color: 14358464.

HSL color Cylindrical-coordinate representation of color #C017DB: hue angle of 291.73º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C017DB is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 23 219 -
CMYK 0.12 0.89 0 0.14
HSL 291.73º 0.81% 0.47% -
HSV(B) 291.73º 0.89% 0.86% -
XYZ 34.83 16.93 68.45 -
YUV 95.88 197.49 196.56 -
System Red Green Blue C M Y K H S L
Decimal 192 23 219 0.12 0.89 0 0.14 291.73 0.81 0.47
Hex C0 17 DB C 59 0 E 124 51 2F
Octal 300 27 333 14 131 0 16 444 121 57
Binary 11000000 10111 11011011 1100 1011001 0 1110 100100100 1010001 101111

Color Harmonies of #C017DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017DB

Black with #C017DB

Text Example


Text Example

White with #C017DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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