Html Css Color HEX #C30171 Medium Violet Red

📋 copy color: '#C30171'

red 195 ◦ green 1 ◦ blue 113

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

Shades of Medium Violet Red #C30171

Tints of Medium Violet Red #C30171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 63.11%
G = 0.32%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C30171 (or 0xC30171) is known color: Medium Violet Red. HEX triplet: C3, 01 and 71. RGB value is (195,1,113). Sum of RGB (Red+Green+Blue) = 195+1+113=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C30171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30171 is #3CFE8E. Grayscale: #474747. Windows color (decimal): -3997327 or 7406019. OLE color: 7406019.

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

Color convert

RGB 195 1 113 -
CMYK 0 0.99 0.42 0.24
HSL 325.36º 0.99% 0.38% -
HSV(B) 325.36º 0.99% 0.76% -
XYZ 25.5 12.82 16.75 -
YUV 71.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 195 1 113 0 0.99 0.42 0.24 325.36 0.99 0.38
Hex C3 1 71 0 63 2A 18 145 63 26
Octal 303 1 161 0 143 52 30 505 143 46
Binary 11000011 1 1110001 0 1100011 101010 11000 101000101 1100011 100110

Color Harmonies of #C30171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30171

Black with #C30171

Text Example


Text Example

White with #C30171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30171; }

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

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

background-color css

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

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

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

border-color css

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

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

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