Html Css Color HEX #C10470 Medium Violet Red

📋 copy color: '#C10470'

red 193 ◦ green 4 ◦ blue 112

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

Shades of Medium Violet Red #C10470

Tints of Medium Violet Red #C10470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 62.46%
G = 1.29%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C10470 (or 0xC10470) is known color: Medium Violet Red. HEX triplet: C1, 04 and 70. RGB value is (193,4,112). Sum of RGB (Red+Green+Blue) = 193+4+112=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C10470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10470 is #3EFB8F. Grayscale: #484848. Windows color (decimal): -4127632 or 7341249. OLE color: 7341249.

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

Color convert

RGB 193 4 112 -
CMYK 0 0.98 0.42 0.24
HSL 325.71º 0.96% 0.39% -
HSV(B) 325.71º 0.98% 0.76% -
XYZ 24.96 12.59 16.44 -
YUV 72.82 150.12 213.72 -
System Red Green Blue C M Y K H S L
Decimal 193 4 112 0 0.98 0.42 0.24 325.71 0.96 0.39
Hex C1 4 70 0 62 2A 18 146 60 27
Octal 301 4 160 0 142 52 30 506 140 47
Binary 11000001 100 1110000 0 1100010 101010 11000 101000110 1100000 100111

Color Harmonies of #C10470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10470

Black with #C10470

Text Example


Text Example

White with #C10470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10470; }

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

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

background-color css

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

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

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

border-color css

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

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

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