#C01C6A

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

Shades of Medium Violet Red #C01C6A

Tints of Medium Violet Red #C01C6A

Color information

#C01C6A (or 0xC01C6A) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1C and 6A. RGB value is (192,28,106). Sum of RGB (Red+Green+Blue) = 192+28+106=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01C6A is #3FE395. Grayscale: #555555. Windows color (decimal): -4187030 or 6954176. OLE color: 6954176.

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

Color convert

RGB19228106-
CMYK00.850.450.25
HSL331.46º74.55%43.14%-
HSV(B)331.46º85.42%75.29%-
XYZ24.7613.0814.86-
YUV85.93139.33203.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.90%
GREEN value IS 28 (11.33% from 255) = 8.59%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=58.90%
G=8.59%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922810600.850.450.25331.4674.5543.14
HexC01C6A0552D1914b4b2b
Octal300341520125553151311353
Binary1100000011100110101001010101101101110011010010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C6A; }

 p { color: rgb(192,28,106); }

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

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

 a { background-color: rgb(192,28,106); }

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

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

 span { border-color: rgb(192,28,106); }

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