Html Css Color HEX #C10370 Medium Violet Red

📋 copy color: '#C10370'

red 193 ◦ green 3 ◦ blue 112

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

Shades of Medium Violet Red #C10370

Tints of Medium Violet Red #C10370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 62.66%
G = 0.97%
B = 36.36%

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

#C10370 (or 0xC10370) is known color: Medium Violet Red. HEX triplet: C1, 03 and 70. RGB value is (193,3,112). Sum of RGB (Red+Green+Blue) = 193+3+112=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C10370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10370 is #3EFC8F. Grayscale: #474747. Windows color (decimal): -4127888 or 7340993. OLE color: 7340993.

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

Color convert

RGB 193 3 112 -
CMYK 0 0.98 0.42 0.24
HSL 325.58º 0.97% 0.38% -
HSV(B) 325.58º 0.98% 0.76% -
XYZ 24.95 12.57 16.44 -
YUV 72.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 193 3 112 0 0.98 0.42 0.24 325.58 0.97 0.38
Hex C1 3 70 0 62 2A 18 146 61 26
Octal 301 3 160 0 142 52 30 506 141 46
Binary 11000001 11 1110000 0 1100010 101010 11000 101000110 1100001 100110

Color Harmonies of #C10370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10370

Black with #C10370

Text Example


Text Example

White with #C10370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10370; }

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

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

background-color css

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

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

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

border-color css

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

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

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