Html Css Color HEX #C91594 Medium Violet Red

📋 copy color: '#C91594'

red 201 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #C91594

Tints of Medium Violet Red #C91594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

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

R = 54.32%
G = 5.68%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C91594 (or 0xC91594) is known color: Medium Violet Red. HEX triplet: C9, 15 and 94. RGB value is (201,21,148). Sum of RGB (Red+Green+Blue) = 201+21+148=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C91594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91594 is #36EA6B. Grayscale: #585858. Windows color (decimal): -3598956 or 9704905. OLE color: 9704905.

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

Color convert

RGB 201 21 148 -
CMYK 0 0.90 0.26 0.21
HSL 317.67º 0.81% 0.44% -
HSV(B) 317.67º 0.9% 0.79% -
XYZ 29.7 15.09 29.36 -
YUV 89.3 161.13 207.67 -
System Red Green Blue C M Y K H S L
Decimal 201 21 148 0 0.90 0.26 0.21 317.67 0.81 0.44
Hex C9 15 94 0 5A 1A 15 13E 51 2C
Octal 311 25 224 0 132 32 25 476 121 54
Binary 11001001 10101 10010100 0 1011010 11010 10101 100111110 1010001 101100

Color Harmonies of #C91594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91594

Black with #C91594

Text Example


Text Example

White with #C91594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91594; }

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

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

background-color css

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

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

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

border-color css

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

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

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