Html Css Color HEX #C917BE Deep Magenta

📋 copy color: '#C917BE'

red 201 ◦ green 23 ◦ blue 190

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

Shades of Deep Magenta #C917BE

Tints of Deep Magenta #C917BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 48.55%
G = 5.56%
B = 45.89%

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

#C917BE (or 0xC917BE) is known color: Deep Magenta. HEX triplet: C9, 17 and BE. RGB value is (201,23,190). Sum of RGB (Red+Green+Blue) = 201+23+190=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C917BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917BE is #36E841. Grayscale: #5E5E5E. Windows color (decimal): -3598402 or 12457929. OLE color: 12457929.

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

Color convert

RGB 201 23 190 -
CMYK 0 0.89 0.05 0.21
HSL 303.71º 0.79% 0.44% -
HSV(B) 303.71º 0.89% 0.79% -
XYZ 33.69 16.75 50.17 -
YUV 95.26 181.47 203.42 -
System Red Green Blue C M Y K H S L
Decimal 201 23 190 0 0.89 0.05 0.21 303.71 0.79 0.44
Hex C9 17 BE 0 59 5 15 130 4F 2C
Octal 311 27 276 0 131 5 25 460 117 54
Binary 11001001 10111 10111110 0 1011001 101 10101 100110000 1001111 101100

Color Harmonies of #C917BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917BE

Black with #C917BE

Text Example


Text Example

White with #C917BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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