Html Css Color HEX #C30174 Medium Violet Red

📋 copy color: '#C30174'

red 195 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #C30174

Tints of Medium Violet Red #C30174

RGB

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

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

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

R = 62.5%
G = 0.32%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C30174 (or 0xC30174) is known color: Medium Violet Red. HEX triplet: C3, 01 and 74. RGB value is (195,1,116). Sum of RGB (Red+Green+Blue) = 195+1+116=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C30174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30174 is #3CFE8B. Grayscale: #474747. Windows color (decimal): -3997324 or 7602627. OLE color: 7602627.

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

Color convert

RGB 195 1 116 -
CMYK 0 0.99 0.41 0.24
HSL 324.43º 0.99% 0.38% -
HSV(B) 324.43º 0.99% 0.76% -
XYZ 25.67 12.88 17.66 -
YUV 72.12 152.77 215.65 -
System Red Green Blue C M Y K H S L
Decimal 195 1 116 0 0.99 0.41 0.24 324.43 0.99 0.38
Hex C3 1 74 0 63 29 18 144 63 26
Octal 303 1 164 0 143 51 30 504 143 46
Binary 11000011 1 1110100 0 1100011 101001 11000 101000100 1100011 100110

Color Harmonies of #C30174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30174

Black with #C30174

Text Example


Text Example

White with #C30174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30174; }

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

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

background-color css

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

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

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

border-color css

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

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

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