Html Css Color HEX #C00491 Medium Violet Red

📋 copy color: '#C00491'

red 192 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #C00491

Tints of Medium Violet Red #C00491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 56.3%
G = 1.17%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C00491 (or 0xC00491) is known color: Medium Violet Red. HEX triplet: C0, 04 and 91. RGB value is (192,4,145). Sum of RGB (Red+Green+Blue) = 192+4+145=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C00491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00491 is #3FFB6E. Grayscale: #4B4B4B. Windows color (decimal): -4193135 or 9503936. OLE color: 9503936.

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

Color convert

RGB 192 4 145 -
CMYK 0 0.98 0.24 0.25
HSL 315º 0.96% 0.38% -
HSV(B) 315º 0.98% 0.75% -
XYZ 26.89 13.34 27.95 -
YUV 76.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 192 4 145 0 0.98 0.24 0.25 315 0.96 0.38
Hex C0 4 91 0 62 18 19 13B 60 26
Octal 300 4 221 0 142 30 31 473 140 46
Binary 11000000 100 10010001 0 1100010 11000 11001 100111011 1100000 100110

Color Harmonies of #C00491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00491

Black with #C00491

Text Example


Text Example

White with #C00491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00491; }

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

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

background-color css

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

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

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

border-color css

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

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

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