Html Css Color HEX #C00574 Medium Violet Red

📋 copy color: '#C00574'

red 192 ◦ green 5 ◦ blue 116

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

Shades of Medium Violet Red #C00574

Tints of Medium Violet Red #C00574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 61.34%
G = 1.6%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C00574 (or 0xC00574) is known color: Medium Violet Red. HEX triplet: C0, 05 and 74. RGB value is (192,5,116). Sum of RGB (Red+Green+Blue) = 192+5+116=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00574 is #3FFA8B. Grayscale: #494949. Windows color (decimal): -4192908 or 7603648. OLE color: 7603648.

HSL color Cylindrical-coordinate representation of color #C00574: hue angle of 324.39º 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 #C00574 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 116 -
CMYK 0 0.97 0.40 0.25
HSL 324.39º 0.95% 0.39% -
HSV(B) 324.39º 0.97% 0.75% -
XYZ 24.94 12.58 17.64 -
YUV 73.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 192 5 116 0 0.97 0.40 0.25 324.39 0.95 0.39
Hex C0 5 74 0 61 28 19 144 5F 27
Octal 300 5 164 0 141 50 31 504 137 47
Binary 11000000 101 1110100 0 1100001 101000 11001 101000100 1011111 100111

Color Harmonies of #C00574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00574

Black with #C00574

Text Example


Text Example

White with #C00574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00574; }

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

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

background-color css

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

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

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

border-color css

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

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

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