Html Css Color HEX #C30571 Medium Violet Red

📋 copy color: '#C30571'

red 195 ◦ green 5 ◦ blue 113

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

Shades of Medium Violet Red #C30571

Tints of Medium Violet Red #C30571

RGB

 RED value IS 195 (76.56% from 255) = 62.3%

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

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

R = 62.3%
G = 1.6%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C30571 (or 0xC30571) is known color: Medium Violet Red. HEX triplet: C3, 05 and 71. RGB value is (195,5,113). Sum of RGB (Red+Green+Blue) = 195+5+113=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C30571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30571 is #3CFA8E. Grayscale: #494949. Windows color (decimal): -3996303 or 7407043. OLE color: 7407043.

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

Color convert

RGB 195 5 113 -
CMYK 0 0.97 0.42 0.24
HSL 325.89º 0.95% 0.39% -
HSV(B) 325.89º 0.97% 0.76% -
XYZ 25.54 12.9 16.77 -
YUV 74.12 149.95 214.22 -
System Red Green Blue C M Y K H S L
Decimal 195 5 113 0 0.97 0.42 0.24 325.89 0.95 0.39
Hex C3 5 71 0 61 2A 18 146 5F 27
Octal 303 5 161 0 141 52 30 506 137 47
Binary 11000011 101 1110001 0 1100001 101010 11000 101000110 1011111 100111

Color Harmonies of #C30571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30571

Black with #C30571

Text Example


Text Example

White with #C30571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30571; }

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

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

background-color css

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

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

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

border-color css

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

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

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