Html Css Color HEX #C917C0 Deep Magenta

📋 copy color: '#C917C0'

red 201 ◦ green 23 ◦ blue 192

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

Shades of Deep Magenta #C917C0

Tints of Deep Magenta #C917C0

RGB

 RED value IS 201 (78.91% from 255) = 48.32%

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

 BLUE value IS 192 (75.39% from 255) = 46.15%

R = 48.32%
G = 5.53%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C917C0 (or 0xC917C0) is known color: Deep Magenta. HEX triplet: C9, 17 and C0. RGB value is (201,23,192). Sum of RGB (Red+Green+Blue) = 201+23+192=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C917C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917C0 is #36E83F. Grayscale: #5E5E5E. Windows color (decimal): -3598400 or 12589001. OLE color: 12589001.

HSL color Cylindrical-coordinate representation of color #C917C0: hue angle of 303.03º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C917C0 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 192 -
CMYK 0 0.89 0.04 0.21
HSL 303.03º 0.79% 0.44% -
HSV(B) 303.03º 0.89% 0.79% -
XYZ 33.91 16.84 51.33 -
YUV 95.49 182.47 203.26 -
System Red Green Blue C M Y K H S L
Decimal 201 23 192 0 0.89 0.04 0.21 303.03 0.79 0.44
Hex C9 17 C0 0 59 4 15 12F 4F 2C
Octal 311 27 300 0 131 4 25 457 117 54
Binary 11001001 10111 11000000 0 1011001 100 10101 100101111 1001111 101100

Color Harmonies of #C917C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917C0

Black with #C917C0

Text Example


Text Example

White with #C917C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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