Html Css Color HEX #C30771 Medium Violet Red

📋 copy color: '#C30771'

red 195 ◦ green 7 ◦ blue 113

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

Shades of Medium Violet Red #C30771

Tints of Medium Violet Red #C30771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 61.9%
G = 2.22%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C30771 (or 0xC30771) is known color: Medium Violet Red. HEX triplet: C3, 07 and 71. RGB value is (195,7,113). Sum of RGB (Red+Green+Blue) = 195+7+113=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C30771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30771 is #3CF88E. Grayscale: #4B4B4B. Windows color (decimal): -3995791 or 7407555. OLE color: 7407555.

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

Color convert

RGB 195 7 113 -
CMYK 0 0.96 0.42 0.24
HSL 326.17º 0.93% 0.4% -
HSV(B) 326.17º 0.96% 0.76% -
XYZ 25.56 12.95 16.77 -
YUV 75.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 195 7 113 0 0.96 0.42 0.24 326.17 0.93 0.4
Hex C3 7 71 0 60 2A 18 146 5D 28
Octal 303 7 161 0 140 52 30 506 135 50
Binary 11000011 111 1110001 0 1100000 101010 11000 101000110 1011101 101000

Color Harmonies of #C30771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30771

Black with #C30771

Text Example


Text Example

White with #C30771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30771; }

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

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

background-color css

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

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

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

border-color css

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

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

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