Html Css Color HEX #C00376 Medium Violet Red

📋 copy color: '#C00376'

red 192 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #C00376

Tints of Medium Violet Red #C00376

RGB

 RED value IS 192 (75.39% from 255) = 61.34%

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

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

R = 61.34%
G = 0.96%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C00376 (or 0xC00376) is known color: Medium Violet Red. HEX triplet: C0, 03 and 76. RGB value is (192,3,118). Sum of RGB (Red+Green+Blue) = 192+3+118=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00376 is #3FFC89. Grayscale: #484848. Windows color (decimal): -4193418 or 7734208. OLE color: 7734208.

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

Color convert

RGB 192 3 118 -
CMYK 0 0.98 0.39 0.25
HSL 323.49º 0.97% 0.38% -
HSV(B) 323.49º 0.98% 0.75% -
XYZ 25.04 12.58 18.25 -
YUV 72.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 192 3 118 0 0.98 0.39 0.25 323.49 0.97 0.38
Hex C0 3 76 0 62 27 19 143 61 26
Octal 300 3 166 0 142 47 31 503 141 46
Binary 11000000 11 1110110 0 1100010 100111 11001 101000011 1100001 100110

Color Harmonies of #C00376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00376

Black with #C00376

Text Example


Text Example

White with #C00376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00376; }

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

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

background-color css

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

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

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

border-color css

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

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

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