Html Css Color HEX #C017CE Deep Magenta

📋 copy color: '#C017CE'

red 192 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #C017CE

Tints of Deep Magenta #C017CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 45.61%
G = 5.46%
B = 48.93%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C017CE (or 0xC017CE) is known color: Deep Magenta. HEX triplet: C0, 17 and CE. RGB value is (192,23,206). Sum of RGB (Red+Green+Blue) = 192+23+206=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #C017CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017CE is #3FE831. Grayscale: #5D5D5D. Windows color (decimal): -4188210 or 13506496. OLE color: 13506496.

HSL color Cylindrical-coordinate representation of color #C017CE: hue angle of 295.41º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C017CE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 23 206 -
CMYK 0.07 0.89 0 0.19
HSL 295.41º 0.8% 0.45% -
HSV(B) 295.41º 0.89% 0.81% -
XYZ 33.19 16.28 59.78 -
YUV 94.39 190.99 197.62 -
System Red Green Blue C M Y K H S L
Decimal 192 23 206 0.07 0.89 0 0.19 295.41 0.8 0.45
Hex C0 17 CE 7 59 0 13 127 50 2D
Octal 300 27 316 7 131 0 23 447 120 55
Binary 11000000 10111 11001110 111 1011001 0 10011 100100111 1010000 101101

Color Harmonies of #C017CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017CE

Black with #C017CE

Text Example


Text Example

White with #C017CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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