Html Css Color HEX #C917BF Deep Magenta

📋 copy color: '#C917BF'

red 201 ◦ green 23 ◦ blue 191

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

Shades of Deep Magenta #C917BF

Tints of Deep Magenta #C917BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 48.43%
G = 5.54%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C917BF (or 0xC917BF) is known color: Deep Magenta. HEX triplet: C9, 17 and BF. RGB value is (201,23,191). Sum of RGB (Red+Green+Blue) = 201+23+191=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C917BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917BF is #36E840. Grayscale: #5E5E5E. Windows color (decimal): -3598401 or 12523465. OLE color: 12523465.

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

Color convert

RGB 201 23 191 -
CMYK 0 0.89 0.05 0.21
HSL 303.37º 0.79% 0.44% -
HSV(B) 303.37º 0.89% 0.79% -
XYZ 33.8 16.79 50.75 -
YUV 95.37 181.97 203.34 -
System Red Green Blue C M Y K H S L
Decimal 201 23 191 0 0.89 0.05 0.21 303.37 0.79 0.44
Hex C9 17 BF 0 59 5 15 12F 4F 2C
Octal 311 27 277 0 131 5 25 457 117 54
Binary 11001001 10111 10111111 0 1011001 101 10101 100101111 1001111 101100

Color Harmonies of #C917BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917BF

Black with #C917BF

Text Example


Text Example

White with #C917BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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