Html Css Color HEX #C30176 Medium Violet Red

📋 copy color: '#C30176'

red 195 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #C30176

Tints of Medium Violet Red #C30176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 62.1%
G = 0.32%
B = 37.58%

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

#C30176 (or 0xC30176) is known color: Medium Violet Red. HEX triplet: C3, 01 and 76. RGB value is (195,1,118). Sum of RGB (Red+Green+Blue) = 195+1+118=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C30176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30176 is #3CFE89. Grayscale: #484848. Windows color (decimal): -3997322 or 7733699. OLE color: 7733699.

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

Color convert

RGB 195 1 118 -
CMYK 0 0.99 0.39 0.24
HSL 323.81º 0.99% 0.38% -
HSV(B) 323.81º 0.99% 0.76% -
XYZ 25.79 12.93 18.28 -
YUV 72.34 153.77 215.49 -
System Red Green Blue C M Y K H S L
Decimal 195 1 118 0 0.99 0.39 0.24 323.81 0.99 0.38
Hex C3 1 76 0 63 27 18 144 63 26
Octal 303 1 166 0 143 47 30 504 143 46
Binary 11000011 1 1110110 0 1100011 100111 11000 101000100 1100011 100110

Color Harmonies of #C30176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30176

Black with #C30176

Text Example


Text Example

White with #C30176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30176; }

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

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

background-color css

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

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

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

border-color css

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

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

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