Html Css Color HEX #C917CE Deep Magenta

📋 copy color: '#C917CE'

red 201 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #C917CE

Tints of Deep Magenta #C917CE

RGB

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

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

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

R = 46.74%
G = 5.35%
B = 47.91%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C917CE (or 0xC917CE) is known color: Deep Magenta. HEX triplet: C9, 17 and CE. RGB value is (201,23,206). Sum of RGB (Red+Green+Blue) = 201+23+206=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #C917CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917CE is #36E831. Grayscale: #606060. Windows color (decimal): -3598386 or 13506505. OLE color: 13506505.

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

Color convert

RGB 201 23 206 -
CMYK 0.02 0.89 0 0.19
HSL 298.36º 0.8% 0.45% -
HSV(B) 298.36º 0.89% 0.81% -
XYZ 35.53 17.49 59.89 -
YUV 97.08 189.47 202.12 -
System Red Green Blue C M Y K H S L
Decimal 201 23 206 0.02 0.89 0 0.19 298.36 0.8 0.45
Hex C9 17 CE 2 59 0 13 12A 50 2D
Octal 311 27 316 2 131 0 23 452 120 55
Binary 11001001 10111 11001110 10 1011001 0 10011 100101010 1010000 101101

Color Harmonies of #C917CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917CE

Black with #C917CE

Text Example


Text Example

White with #C917CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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