#c10ca4

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

Shades of Medium Violet Red #C10CA4

Tints of Medium Violet Red #C10CA4

Color information

#C10CA4 (or 0xC10CA4) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0C and A4. RGB value is (193,12,164). Sum of RGB (Red+Green+Blue) = 193+12+164=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C10CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10CA4 is #3EF35B. Grayscale: #535353. Windows color (decimal): -4125532 or 10751169. OLE color: 10751169.

HSL color Cylindrical-coordinate representation of color #C10CA4: hue angle of 309.61º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10CA4 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19312164-
CMYK00.940.150.24
HSL309.61º88.29%40.2%-
HSV(B)309.61º93.78%75.69%-
XYZ28.8214.2836.36-
YUV83.45173.47206.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 12 (5.08% from 255) = 3.25%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=52.30%
G=3.25%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931216400.940.150.24309.6188.2940.2
HexC1CA405EF181365828
Octal301142440136173046613050
Binary11000001110010100100010111101111110001001101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10ca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10ca4; }

 p { color: rgb(193,12,164); }

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

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

 a { background-color: rgb(193,12,164); }

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

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

 span { border-color: rgb(193,12,164); }

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