Html Css Color HEX #C30577 Medium Violet Red

📋 copy color: '#C30577'

red 195 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #C30577

Tints of Medium Violet Red #C30577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 61.13%
G = 1.57%
B = 37.3%

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

#C30577 (or 0xC30577) is known color: Medium Violet Red. HEX triplet: C3, 05 and 77. RGB value is (195,5,119). Sum of RGB (Red+Green+Blue) = 195+5+119=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C30577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30577 is #3CFA88. Grayscale: #4A4A4A. Windows color (decimal): -3996297 or 7800259. OLE color: 7800259.

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

Color convert

RGB 195 5 119 -
CMYK 0 0.97 0.39 0.24
HSL 324º 0.95% 0.39% -
HSV(B) 324º 0.97% 0.76% -
XYZ 25.89 13.04 18.61 -
YUV 74.81 152.95 213.73 -
System Red Green Blue C M Y K H S L
Decimal 195 5 119 0 0.97 0.39 0.24 324 0.95 0.39
Hex C3 5 77 0 61 27 18 144 5F 27
Octal 303 5 167 0 141 47 30 504 137 47
Binary 11000011 101 1110111 0 1100001 100111 11000 101000100 1011111 100111

Color Harmonies of #C30577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30577

Black with #C30577

Text Example


Text Example

White with #C30577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30577; }

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

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

background-color css

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

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

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

border-color css

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

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

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