Html Css Color HEX #C30774 Medium Violet Red

📋 copy color: '#C30774'

red 195 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #C30774

Tints of Medium Violet Red #C30774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 61.32%
G = 2.2%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C30774 (or 0xC30774) is known color: Medium Violet Red. HEX triplet: C3, 07 and 74. RGB value is (195,7,116). Sum of RGB (Red+Green+Blue) = 195+7+116=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C30774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30774 is #3CF88B. Grayscale: #4B4B4B. Windows color (decimal): -3995788 or 7604163. OLE color: 7604163.

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

Color convert

RGB 195 7 116 -
CMYK 0 0.96 0.41 0.24
HSL 325.21º 0.93% 0.4% -
HSV(B) 325.21º 0.96% 0.76% -
XYZ 25.73 13.02 17.68 -
YUV 75.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 195 7 116 0 0.96 0.41 0.24 325.21 0.93 0.4
Hex C3 7 74 0 60 29 18 145 5D 28
Octal 303 7 164 0 140 51 30 505 135 50
Binary 11000011 111 1110100 0 1100000 101001 11000 101000101 1011101 101000

Color Harmonies of #C30774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30774

Black with #C30774

Text Example


Text Example

White with #C30774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30774; }

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

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

background-color css

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

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

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

border-color css

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

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

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