Html Css Color HEX #C00591 Medium Violet Red

📋 copy color: '#C00591'

red 192 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #C00591

Tints of Medium Violet Red #C00591

RGB

 RED value IS 192 (75.39% from 255) = 56.14%

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

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 56.14%
G = 1.46%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C00591 (or 0xC00591) is known color: Medium Violet Red. HEX triplet: C0, 05 and 91. RGB value is (192,5,145). Sum of RGB (Red+Green+Blue) = 192+5+145=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C00591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00591 is #3FFA6E. Grayscale: #4C4C4C. Windows color (decimal): -4192879 or 9504192. OLE color: 9504192.

HSL color Cylindrical-coordinate representation of color #C00591: hue angle of 315.08º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00591 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 145 -
CMYK 0 0.97 0.24 0.25
HSL 315.08º 0.95% 0.39% -
HSV(B) 315.08º 0.97% 0.75% -
XYZ 26.9 13.36 27.95 -
YUV 76.87 166.45 210.12 -
System Red Green Blue C M Y K H S L
Decimal 192 5 145 0 0.97 0.24 0.25 315.08 0.95 0.39
Hex C0 5 91 0 61 18 19 13B 5F 27
Octal 300 5 221 0 141 30 31 473 137 47
Binary 11000000 101 10010001 0 1100001 11000 11001 100111011 1011111 100111

Color Harmonies of #C00591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00591

Black with #C00591

Text Example


Text Example

White with #C00591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00591; }

 p { color: rgb(192,5,145); }

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

background-color css

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

 a { background-color: rgb(192,5,145); }

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

border-color css

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

 span { border-color: rgb(192,5,145); }

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