Html Css Color HEX #C30779 Medium Violet Red

📋 copy color: '#C30779'

red 195 ◦ green 7 ◦ blue 121

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

Shades of Medium Violet Red #C30779

Tints of Medium Violet Red #C30779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 60.37%
G = 2.17%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C30779 (or 0xC30779) is known color: Medium Violet Red. HEX triplet: C3, 07 and 79. RGB value is (195,7,121). Sum of RGB (Red+Green+Blue) = 195+7+121=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C30779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30779 is #3CF886. Grayscale: #4B4B4B. Windows color (decimal): -3995783 or 7931843. OLE color: 7931843.

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

Color convert

RGB 195 7 121 -
CMYK 0 0.96 0.38 0.24
HSL 323.62º 0.93% 0.4% -
HSV(B) 323.62º 0.96% 0.76% -
XYZ 26.03 13.13 19.25 -
YUV 76.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 195 7 121 0 0.96 0.38 0.24 323.62 0.93 0.4
Hex C3 7 79 0 60 26 18 144 5D 28
Octal 303 7 171 0 140 46 30 504 135 50
Binary 11000011 111 1111001 0 1100000 100110 11000 101000100 1011101 101000

Color Harmonies of #C30779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30779

Black with #C30779

Text Example


Text Example

White with #C30779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30779; }

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

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

background-color css

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

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

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

border-color css

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

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

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