Html Css Color HEX #C017CD Deep Magenta

📋 copy color: '#C017CD'

red 192 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #C017CD

Tints of Deep Magenta #C017CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 45.71%
G = 5.48%
B = 48.81%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C017CD (or 0xC017CD) is known color: Deep Magenta. HEX triplet: C0, 17 and CD. RGB value is (192,23,205). Sum of RGB (Red+Green+Blue) = 192+23+205=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #C017CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017CD is #3FE832. Grayscale: #5D5D5D. Windows color (decimal): -4188211 or 13440960. OLE color: 13440960.

HSL color Cylindrical-coordinate representation of color #C017CD: hue angle of 295.71º 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 #C017CD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 23 205 -
CMYK 0.06 0.89 0 0.20
HSL 295.71º 0.8% 0.45% -
HSV(B) 295.71º 0.89% 0.8% -
XYZ 33.06 16.23 59.15 -
YUV 94.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 192 23 205 0.06 0.89 0 0.20 295.71 0.8 0.45
Hex C0 17 CD 6 59 0 14 128 50 2D
Octal 300 27 315 6 131 0 24 450 120 55
Binary 11000000 10111 11001101 110 1011001 0 10100 100101000 1010000 101101

Color Harmonies of #C017CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017CD

Black with #C017CD

Text Example


Text Example

White with #C017CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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