Html Css Color HEX #C913BF Deep Magenta

📋 copy color: '#C913BF'

red 201 ◦ green 19 ◦ blue 191

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

Shades of Deep Magenta #C913BF

Tints of Deep Magenta #C913BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.62%

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

R = 48.91%
G = 4.62%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C913BF (or 0xC913BF) is known color: Deep Magenta. HEX triplet: C9, 13 and BF. RGB value is (201,19,191). Sum of RGB (Red+Green+Blue) = 201+19+191=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C913BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913BF is #36EC40. Grayscale: #5C5C5C. Windows color (decimal): -3599425 or 12522441. OLE color: 12522441.

HSL color Cylindrical-coordinate representation of color #C913BF: hue angle of 303.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C913BF is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 19 191 -
CMYK 0 0.91 0.05 0.21
HSL 303.3º 0.83% 0.43% -
HSV(B) 303.3º 0.91% 0.79% -
XYZ 33.72 16.64 50.73 -
YUV 93.03 183.3 205.01 -
System Red Green Blue C M Y K H S L
Decimal 201 19 191 0 0.91 0.05 0.21 303.3 0.83 0.43
Hex C9 13 BF 0 5B 5 15 12F 53 2B
Octal 311 23 277 0 133 5 25 457 123 53
Binary 11001001 10011 10111111 0 1011011 101 10101 100101111 1010011 101011

Color Harmonies of #C913BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913BF

Black with #C913BF

Text Example


Text Example

White with #C913BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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