Html Css Color HEX #C30377 Medium Violet Red

📋 copy color: '#C30377'

red 195 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #C30377

Tints of Medium Violet Red #C30377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 61.51%
G = 0.95%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C30377 (or 0xC30377) is known color: Medium Violet Red. HEX triplet: C3, 03 and 77. RGB value is (195,3,119). Sum of RGB (Red+Green+Blue) = 195+3+119=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C30377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30377 is #3CFC88. Grayscale: #494949. Windows color (decimal): -3996809 or 7799747. OLE color: 7799747.

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

Color convert

RGB 195 3 119 -
CMYK 0 0.98 0.39 0.24
HSL 323.75º 0.97% 0.39% -
HSV(B) 323.75º 0.98% 0.76% -
XYZ 25.87 13 18.6 -
YUV 73.63 153.61 214.57 -
System Red Green Blue C M Y K H S L
Decimal 195 3 119 0 0.98 0.39 0.24 323.75 0.97 0.39
Hex C3 3 77 0 62 27 18 144 61 27
Octal 303 3 167 0 142 47 30 504 141 47
Binary 11000011 11 1110111 0 1100010 100111 11000 101000100 1100001 100111

Color Harmonies of #C30377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30377

Black with #C30377

Text Example


Text Example

White with #C30377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30377; }

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

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

background-color css

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

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

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

border-color css

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

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

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