Html Css Color HEX #C017CC Deep Magenta

📋 copy color: '#C017CC'

red 192 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #C017CC

Tints of Deep Magenta #C017CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 45.82%
G = 5.49%
B = 48.69%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C017CC (or 0xC017CC) is known color: Deep Magenta. HEX triplet: C0, 17 and CC. RGB value is (192,23,204). Sum of RGB (Red+Green+Blue) = 192+23+204=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #C017CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017CC is #3FE833. Grayscale: #5D5D5D. Windows color (decimal): -4188212 or 13375424. OLE color: 13375424.

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

Color convert

RGB 192 23 204 -
CMYK 0.06 0.89 0 0.2
HSL 296.02º 0.8% 0.45% -
HSV(B) 296.02º 0.89% 0.8% -
XYZ 32.94 16.18 58.51 -
YUV 94.17 189.99 197.78 -
System Red Green Blue C M Y K H S L
Decimal 192 23 204 0.06 0.89 0 0.2 296.02 0.8 0.45
Hex C0 17 CC 6 59 0 14 128 50 2D
Octal 300 27 314 6 131 0 24 450 120 55
Binary 11000000 10111 11001100 110 1011001 0 10100 100101000 1010000 101101

Color Harmonies of #C017CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017CC

Black with #C017CC

Text Example


Text Example

White with #C017CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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