Html Css Color HEX #C917CF Deep Magenta

📋 copy color: '#C917CF'

red 201 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #C917CF

Tints of Deep Magenta #C917CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 46.64%
G = 5.34%
B = 48.03%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C917CF (or 0xC917CF) is known color: Deep Magenta. HEX triplet: C9, 17 and CF. RGB value is (201,23,207). Sum of RGB (Red+Green+Blue) = 201+23+207=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #C917CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917CF is #36E830. Grayscale: #606060. Windows color (decimal): -3598385 or 13572041. OLE color: 13572041.

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

Color convert

RGB 201 23 207 -
CMYK 0.03 0.89 0 0.19
HSL 298.04º 0.8% 0.45% -
HSV(B) 298.04º 0.89% 0.81% -
XYZ 35.66 17.54 60.54 -
YUV 97.2 189.97 202.04 -
System Red Green Blue C M Y K H S L
Decimal 201 23 207 0.03 0.89 0 0.19 298.04 0.8 0.45
Hex C9 17 CF 3 59 0 13 12A 50 2D
Octal 311 27 317 3 131 0 23 452 120 55
Binary 11001001 10111 11001111 11 1011001 0 10011 100101010 1010000 101101

Color Harmonies of #C917CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917CF

Black with #C917CF

Text Example


Text Example

White with #C917CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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