Html Css Color HEX #C30376 Medium Violet Red

📋 copy color: '#C30376'

red 195 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #C30376

Tints of Medium Violet Red #C30376

RGB

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

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

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

R = 61.71%
G = 0.95%
B = 37.34%

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

#C30376 (or 0xC30376) is known color: Medium Violet Red. HEX triplet: C3, 03 and 76. RGB value is (195,3,118). Sum of RGB (Red+Green+Blue) = 195+3+118=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C30376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30376 is #3CFC89. Grayscale: #494949. Windows color (decimal): -3996810 or 7734211. OLE color: 7734211.

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

Color convert

RGB 195 3 118 -
CMYK 0 0.98 0.39 0.24
HSL 324.06º 0.97% 0.39% -
HSV(B) 324.06º 0.98% 0.76% -
XYZ 25.81 12.98 18.28 -
YUV 73.52 153.11 214.65 -
System Red Green Blue C M Y K H S L
Decimal 195 3 118 0 0.98 0.39 0.24 324.06 0.97 0.39
Hex C3 3 76 0 62 27 18 144 61 27
Octal 303 3 166 0 142 47 30 504 141 47
Binary 11000011 11 1110110 0 1100010 100111 11000 101000100 1100001 100111

Color Harmonies of #C30376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30376

Black with #C30376

Text Example


Text Example

White with #C30376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30376; }

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

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

background-color css

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

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

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

border-color css

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

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

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