#C0276C

Color #C0276C Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C0276C

Tints of Medium Red Violet #C0276C

Color information

#C0276C (or 0xC0276C) is unknown color: approx Medium Red Violet. HEX triplet: C0, 27 and 6C. RGB value is (192,39,108). Sum of RGB (Red+Green+Blue) = 192+39+108=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0276C is #3FD893. Grayscale: #5C5C5C. Windows color (decimal): -4184212 or 7088064. OLE color: 7088064.

HSL color Cylindrical-coordinate representation of color #C0276C: hue angle of 332.94º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0276C is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19239108-
CMYK00.800.440.25
HSL332.94º66.23%45.29%-
HSV(B)332.94º79.69%75.29%-
XYZ25.1713.7415.51-
YUV92.61136.69198.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 39 (15.62% from 255) = 11.50%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=56.64%
G=11.50%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923910800.800.440.25332.9466.2345.29
HexC0276C0502C1914d422d
Octal300471540120543151510255
Binary11000000100111110110001010000101100110011010011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0276C; }

 p { color: rgb(192,39,108); }

 H1.HeaderClassName
 {
   color: #C0276C;
 }
 .AnyTagClassName
 {
   color: #C0276C;
 }
</style>
background-color css

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

 a { background-color: rgb(192,39,108); }

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

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

 span { border-color: rgb(192,39,108); }

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