Html Css Color HEX #C10477 Medium Violet Red

📋 copy color: '#C10477'

red 193 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #C10477

Tints of Medium Violet Red #C10477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 61.08%
G = 1.27%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C10477 (or 0xC10477) is known color: Medium Violet Red. HEX triplet: C1, 04 and 77. RGB value is (193,4,119). Sum of RGB (Red+Green+Blue) = 193+4+119=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C10477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10477 is #3EFB88. Grayscale: #494949. Windows color (decimal): -4127625 or 7800001. OLE color: 7800001.

HSL color Cylindrical-coordinate representation of color #C10477: hue angle of 323.49º 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 #C10477 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 4 119 -
CMYK 0 0.98 0.38 0.24
HSL 323.49º 0.96% 0.39% -
HSV(B) 323.49º 0.98% 0.76% -
XYZ 25.37 12.76 18.58 -
YUV 73.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 193 4 119 0 0.98 0.38 0.24 323.49 0.96 0.39
Hex C1 4 77 0 62 26 18 143 60 27
Octal 301 4 167 0 142 46 30 503 140 47
Binary 11000001 100 1110111 0 1100010 100110 11000 101000011 1100000 100111

Color Harmonies of #C10477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10477

Black with #C10477

Text Example


Text Example

White with #C10477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10477; }

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

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

background-color css

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

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

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

border-color css

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

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

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