Html Css Color HEX #C30177 Medium Violet Red

📋 copy color: '#C30177'

red 195 ◦ green 1 ◦ blue 119

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

Shades of Medium Violet Red #C30177

Tints of Medium Violet Red #C30177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 61.9%
G = 0.32%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C30177 (or 0xC30177) is known color: Medium Violet Red. HEX triplet: C3, 01 and 77. RGB value is (195,1,119). Sum of RGB (Red+Green+Blue) = 195+1+119=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C30177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30177 is #3CFE88. Grayscale: #484848. Windows color (decimal): -3997321 or 7799235. OLE color: 7799235.

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

Color convert

RGB 195 1 119 -
CMYK 0 0.99 0.39 0.24
HSL 323.51º 0.99% 0.38% -
HSV(B) 323.51º 0.99% 0.76% -
XYZ 25.85 12.96 18.59 -
YUV 72.46 154.27 215.41 -
System Red Green Blue C M Y K H S L
Decimal 195 1 119 0 0.99 0.39 0.24 323.51 0.99 0.38
Hex C3 1 77 0 63 27 18 144 63 26
Octal 303 1 167 0 143 47 30 504 143 46
Binary 11000011 1 1110111 0 1100011 100111 11000 101000100 1100011 100110

Color Harmonies of #C30177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30177

Black with #C30177

Text Example


Text Example

White with #C30177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30177; }

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

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

background-color css

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

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

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

border-color css

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

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

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