Html Css Color HEX #C00176 Medium Violet Red

📋 copy color: '#C00176'

red 192 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #C00176

Tints of Medium Violet Red #C00176

RGB

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

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

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

R = 61.74%
G = 0.32%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C00176 (or 0xC00176) is known color: Medium Violet Red. HEX triplet: C0, 01 and 76. RGB value is (192,1,118). Sum of RGB (Red+Green+Blue) = 192+1+118=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C00176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00176 is #3FFE89. Grayscale: #474747. Windows color (decimal): -4193930 or 7733696. OLE color: 7733696.

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

Color convert

RGB 192 1 118 -
CMYK 0 0.99 0.39 0.25
HSL 323.25º 0.99% 0.38% -
HSV(B) 323.25º 0.99% 0.75% -
XYZ 25.02 12.54 18.24 -
YUV 71.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 192 1 118 0 0.99 0.39 0.25 323.25 0.99 0.38
Hex C0 1 76 0 63 27 19 143 63 26
Octal 300 1 166 0 143 47 31 503 143 46
Binary 11000000 1 1110110 0 1100011 100111 11001 101000011 1100011 100110

Color Harmonies of #C00176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00176

Black with #C00176

Text Example


Text Example

White with #C00176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00176; }

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

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

background-color css

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

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

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

border-color css

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

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

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