Html Css Color HEX #C10A70 Medium Violet Red

📋 copy color: '#C10A70'

red 193 ◦ green 10 ◦ blue 112

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

Shades of Medium Violet Red #C10A70

Tints of Medium Violet Red #C10A70

RGB

 RED value IS 193 (75.78% from 255) = 61.27%

 GREEN value IS 10 (4.3% from 255) = 3.17%

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 61.27%
G = 3.17%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C10A70 (or 0xC10A70) is known color: Medium Violet Red. HEX triplet: C1, 0A and 70. RGB value is (193,10,112). Sum of RGB (Red+Green+Blue) = 193+10+112=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A70 is #3EF58F. Grayscale: #4C4C4C. Windows color (decimal): -4126096 or 7342785. OLE color: 7342785.

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

Color convert

RGB 193 10 112 -
CMYK 0 0.95 0.42 0.24
HSL 326.56º 0.9% 0.4% -
HSV(B) 326.56º 0.95% 0.76% -
XYZ 25.03 12.72 16.47 -
YUV 76.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 193 10 112 0 0.95 0.42 0.24 326.56 0.9 0.4
Hex C1 A 70 0 5F 2A 18 147 5A 28
Octal 301 12 160 0 137 52 30 507 132 50
Binary 11000001 1010 1110000 0 1011111 101010 11000 101000111 1011010 101000

Color Harmonies of #C10A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A70

Black with #C10A70

Text Example


Text Example

White with #C10A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A70; }

 p { color: rgb(193,10,112); }

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

background-color css

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

 a { background-color: rgb(193,10,112); }

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

border-color css

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

 span { border-color: rgb(193,10,112); }

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