Html Css Color HEX #C91994 Medium Violet Red

📋 copy color: '#C91994'

red 201 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #C91994

Tints of Medium Violet Red #C91994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.68%

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 53.74%
G = 6.68%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C91994 (or 0xC91994) is known color: Medium Violet Red. HEX triplet: C9, 19 and 94. RGB value is (201,25,148). Sum of RGB (Red+Green+Blue) = 201+25+148=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C91994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91994 is #36E66B. Grayscale: #5B5B5B. Windows color (decimal): -3597932 or 9705929. OLE color: 9705929.

HSL color Cylindrical-coordinate representation of color #C91994: hue angle of 318.07º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91994 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 148 -
CMYK 0 0.88 0.26 0.21
HSL 318.07º 0.78% 0.44% -
HSV(B) 318.07º 0.88% 0.79% -
XYZ 29.78 15.25 29.39 -
YUV 91.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 201 25 148 0 0.88 0.26 0.21 318.07 0.78 0.44
Hex C9 19 94 0 58 1A 15 13E 4E 2C
Octal 311 31 224 0 130 32 25 476 116 54
Binary 11001001 11001 10010100 0 1011000 11010 10101 100111110 1001110 101100

Color Harmonies of #C91994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91994

Black with #C91994

Text Example


Text Example

White with #C91994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91994; }

 p { color: rgb(201,25,148); }

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

background-color css

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

 a { background-color: rgb(201,25,148); }

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

border-color css

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

 span { border-color: rgb(201,25,148); }

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