Html Css Color HEX #C91FBE Deep Magenta

📋 copy color: '#C91FBE'

red 201 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #C91FBE

Tints of Deep Magenta #C91FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.35%

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

R = 47.63%
G = 7.35%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C91FBE (or 0xC91FBE) is known color: Deep Magenta. HEX triplet: C9, 1F and BE. RGB value is (201,31,190). Sum of RGB (Red+Green+Blue) = 201+31+190=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91FBE is #36E041. Grayscale: #636363. Windows color (decimal): -3596354 or 12459977. OLE color: 12459977.

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

Color convert

RGB 201 31 190 -
CMYK 0 0.85 0.05 0.21
HSL 303.88º 0.73% 0.45% -
HSV(B) 303.88º 0.85% 0.79% -
XYZ 33.87 17.12 50.23 -
YUV 99.96 178.82 200.07 -
System Red Green Blue C M Y K H S L
Decimal 201 31 190 0 0.85 0.05 0.21 303.88 0.73 0.45
Hex C9 1F BE 0 55 5 15 130 49 2D
Octal 311 37 276 0 125 5 25 460 111 55
Binary 11001001 11111 10111110 0 1010101 101 10101 100110000 1001001 101101

Color Harmonies of #C91FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FBE

Black with #C91FBE

Text Example


Text Example

White with #C91FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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