Html Css Color HEX #C917CB Deep Magenta

📋 copy color: '#C917CB'

red 201 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #C917CB

Tints of Deep Magenta #C917CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 47.07%
G = 5.39%
B = 47.54%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C917CB (or 0xC917CB) is known color: Deep Magenta. HEX triplet: C9, 17 and CB. RGB value is (201,23,203). Sum of RGB (Red+Green+Blue) = 201+23+203=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #C917CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917CB is #36E834. Grayscale: #606060. Windows color (decimal): -3598389 or 13309897. OLE color: 13309897.

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

Color convert

RGB 201 23 203 -
CMYK 0.01 0.89 0 0.20
HSL 299.33º 0.8% 0.44% -
HSV(B) 299.33º 0.89% 0.8% -
XYZ 35.17 17.34 57.99 -
YUV 96.74 187.97 202.36 -
System Red Green Blue C M Y K H S L
Decimal 201 23 203 0.01 0.89 0 0.20 299.33 0.8 0.44
Hex C9 17 CB 1 59 0 14 12B 50 2C
Octal 311 27 313 1 131 0 24 453 120 54
Binary 11001001 10111 11001011 1 1011001 0 10100 100101011 1010000 101100

Color Harmonies of #C917CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917CB

Black with #C917CB

Text Example


Text Example

White with #C917CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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