Html Css Color HEX #C00571 Medium Violet Red

📋 copy color: '#C00571'

red 192 ◦ green 5 ◦ blue 113

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

Shades of Medium Violet Red #C00571

Tints of Medium Violet Red #C00571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 61.94%
G = 1.61%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C00571 (or 0xC00571) is known color: Medium Violet Red. HEX triplet: C0, 05 and 71. RGB value is (192,5,113). Sum of RGB (Red+Green+Blue) = 192+5+113=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C00571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00571 is #3FFA8E. Grayscale: #484848. Windows color (decimal): -4192911 or 7407040. OLE color: 7407040.

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

Color convert

RGB 192 5 113 -
CMYK 0 0.97 0.41 0.25
HSL 325.35º 0.95% 0.39% -
HSV(B) 325.35º 0.97% 0.75% -
XYZ 24.77 12.51 16.73 -
YUV 73.23 150.45 212.72 -
System Red Green Blue C M Y K H S L
Decimal 192 5 113 0 0.97 0.41 0.25 325.35 0.95 0.39
Hex C0 5 71 0 61 29 19 145 5F 27
Octal 300 5 161 0 141 51 31 505 137 47
Binary 11000000 101 1110001 0 1100001 101001 11001 101000101 1011111 100111

Color Harmonies of #C00571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00571

Black with #C00571

Text Example


Text Example

White with #C00571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00571; }

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

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

background-color css

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

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

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

border-color css

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

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

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