Html Css Color HEX #C30576 Medium Violet Red

📋 copy color: '#C30576'

red 195 ◦ green 5 ◦ blue 118

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

Shades of Medium Violet Red #C30576

Tints of Medium Violet Red #C30576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 61.32%
G = 1.57%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C30576 (or 0xC30576) is known color: Medium Violet Red. HEX triplet: C3, 05 and 76. RGB value is (195,5,118). Sum of RGB (Red+Green+Blue) = 195+5+118=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C30576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30576 is #3CFA89. Grayscale: #4A4A4A. Windows color (decimal): -3996298 or 7734723. OLE color: 7734723.

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

Color convert

RGB 195 5 118 -
CMYK 0 0.97 0.39 0.24
HSL 324.32º 0.95% 0.39% -
HSV(B) 324.32º 0.97% 0.76% -
XYZ 25.83 13.02 18.29 -
YUV 74.69 152.45 213.81 -
System Red Green Blue C M Y K H S L
Decimal 195 5 118 0 0.97 0.39 0.24 324.32 0.95 0.39
Hex C3 5 76 0 61 27 18 144 5F 27
Octal 303 5 166 0 141 47 30 504 137 47
Binary 11000011 101 1110110 0 1100001 100111 11000 101000100 1011111 100111

Color Harmonies of #C30576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30576

Black with #C30576

Text Example


Text Example

White with #C30576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30576; }

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

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

background-color css

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

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

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

border-color css

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

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

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