Html Css Color HEX #C30979 Medium Violet Red

📋 copy color: '#C30979'

red 195 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #C30979

Tints of Medium Violet Red #C30979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 60%
G = 2.77%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C30979 (or 0xC30979) is known color: Medium Violet Red. HEX triplet: C3, 09 and 79. RGB value is (195,9,121). Sum of RGB (Red+Green+Blue) = 195+9+121=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C30979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30979 is #3CF686. Grayscale: #4D4D4D. Windows color (decimal): -3995271 or 7932355. OLE color: 7932355.

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

Color convert

RGB 195 9 121 -
CMYK 0 0.95 0.38 0.24
HSL 323.87º 0.91% 0.4% -
HSV(B) 323.87º 0.95% 0.76% -
XYZ 26.05 13.18 19.26 -
YUV 77.38 152.62 211.89 -
System Red Green Blue C M Y K H S L
Decimal 195 9 121 0 0.95 0.38 0.24 323.87 0.91 0.4
Hex C3 9 79 0 5F 26 18 144 5B 28
Octal 303 11 171 0 137 46 30 504 133 50
Binary 11000011 1001 1111001 0 1011111 100110 11000 101000100 1011011 101000

Color Harmonies of #C30979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30979

Black with #C30979

Text Example


Text Example

White with #C30979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30979; }

 p { color: rgb(195,9,121); }

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

background-color css

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

 a { background-color: rgb(195,9,121); }

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

border-color css

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

 span { border-color: rgb(195,9,121); }

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