Html Css Color HEX #C01376 Medium Violet Red

📋 copy color: '#C01376'

red 192 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #C01376

Tints of Medium Violet Red #C01376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

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

R = 58.36%
G = 5.78%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C01376 (or 0xC01376) is known color: Medium Violet Red. HEX triplet: C0, 13 and 76. RGB value is (192,19,118). Sum of RGB (Red+Green+Blue) = 192+19+118=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C01376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01376 is #3FEC89. Grayscale: #515151. Windows color (decimal): -4189322 or 7738304. OLE color: 7738304.

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

Color convert

RGB 192 19 118 -
CMYK 0 0.90 0.39 0.25
HSL 325.66º 0.82% 0.41% -
HSV(B) 325.66º 0.9% 0.75% -
XYZ 25.24 12.98 18.31 -
YUV 82.01 148.31 206.45 -
System Red Green Blue C M Y K H S L
Decimal 192 19 118 0 0.90 0.39 0.25 325.66 0.82 0.41
Hex C0 13 76 0 5A 27 19 146 52 29
Octal 300 23 166 0 132 47 31 506 122 51
Binary 11000000 10011 1110110 0 1011010 100111 11001 101000110 1010010 101001

Color Harmonies of #C01376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01376

Black with #C01376

Text Example


Text Example

White with #C01376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01376; }

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

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

background-color css

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

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

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

border-color css

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

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

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