Html Css Color HEX #C90594 Medium Violet Red

📋 copy color: '#C90594'

red 201 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #C90594

Tints of Medium Violet Red #C90594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 56.78%
G = 1.41%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C90594 (or 0xC90594) is known color: Medium Violet Red. HEX triplet: C9, 05 and 94. RGB value is (201,5,148). Sum of RGB (Red+Green+Blue) = 201+5+148=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C90594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90594 is #36FA6B. Grayscale: #4F4F4F. Windows color (decimal): -3603052 or 9700809. OLE color: 9700809.

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

Color convert

RGB 201 5 148 -
CMYK 0 0.98 0.26 0.21
HSL 316.22º 0.95% 0.4% -
HSV(B) 316.22º 0.98% 0.79% -
XYZ 29.49 14.66 29.29 -
YUV 79.91 166.43 214.37 -
System Red Green Blue C M Y K H S L
Decimal 201 5 148 0 0.98 0.26 0.21 316.22 0.95 0.4
Hex C9 5 94 0 62 1A 15 13C 5F 28
Octal 311 5 224 0 142 32 25 474 137 50
Binary 11001001 101 10010100 0 1100010 11010 10101 100111100 1011111 101000

Color Harmonies of #C90594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90594

Black with #C90594

Text Example


Text Example

White with #C90594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90594; }

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

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

background-color css

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

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

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

border-color css

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

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

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