Html Css Color HEX #C30076 Medium Violet Red

📋 copy color: '#C30076'

red 195 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #C30076

Tints of Medium Violet Red #C30076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.3%
G = 0%
B = 37.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C30076 (or 0xC30076) is known color: Medium Violet Red. HEX triplet: C3, 00 and 76. RGB value is (195,0,118). Sum of RGB (Red+Green+Blue) = 195+0+118=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C30076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30076 is #3CFF89. Grayscale: #474747. Windows color (decimal): -3997578 or 7733443. OLE color: 7733443.

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

Color convert

RGB 195 0 118 -
CMYK 0 1 0.39 0.24
HSL 323.69º 1% 0.38% -
HSV(B) 323.69º 1% 0.76% -
XYZ 25.78 12.91 18.27 -
YUV 71.76 154.1 215.91 -
System Red Green Blue C M Y K H S L
Decimal 195 0 118 0 1 0.39 0.24 323.69 1 0.38
Hex C3 0 76 0 64 27 18 144 64 26
Octal 303 0 166 0 144 47 30 504 144 46
Binary 11000011 0 1110110 0 1100100 100111 11000 101000100 1100100 100110

Color Harmonies of #C30076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30076

Black with #C30076

Text Example


Text Example

White with #C30076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30076; }

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

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

background-color css

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

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

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

border-color css

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

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

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