Html Css Color HEX #C91EA5 Medium Violet Red

📋 copy color: '#C91EA5'

red 201 ◦ green 30 ◦ blue 165

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

Shades of Medium Violet Red #C91EA5

Tints of Medium Violet Red #C91EA5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.58%

 BLUE value IS 165 (64.84% from 255) = 41.67%

R = 50.76%
G = 7.58%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C91EA5 (or 0xC91EA5) is known color: Medium Violet Red. HEX triplet: C9, 1E and A5. RGB value is (201,30,165). Sum of RGB (Red+Green+Blue) = 201+30+165=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91EA5 is #36E15A. Grayscale: #606060. Windows color (decimal): -3596635 or 10821321. OLE color: 10821321.

HSL color Cylindrical-coordinate representation of color #C91EA5: hue angle of 312.63º degrees, saturation: 0.74, 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 #C91EA5 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 30 165 -
CMYK 0 0.85 0.18 0.21
HSL 312.63º 0.74% 0.45% -
HSV(B) 312.63º 0.85% 0.79% -
XYZ 31.34 16.06 37.05 -
YUV 96.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 201 30 165 0 0.85 0.18 0.21 312.63 0.74 0.45
Hex C9 1E A5 0 55 12 15 139 4A 2D
Octal 311 36 245 0 125 22 25 471 112 55
Binary 11001001 11110 10100101 0 1010101 10010 10101 100111001 1001010 101101

Color Harmonies of #C91EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91EA5

Black with #C91EA5

Text Example


Text Example

White with #C91EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91EA5; }

 p { color: rgb(201,30,165); }

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

background-color css

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

 a { background-color: rgb(201,30,165); }

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

border-color css

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

 span { border-color: rgb(201,30,165); }

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