Html Css Color HEX #C10277 Medium Violet Red

📋 copy color: '#C10277'

red 193 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #C10277

Tints of Medium Violet Red #C10277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 61.46%
G = 0.64%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C10277 (or 0xC10277) is known color: Medium Violet Red. HEX triplet: C1, 02 and 77. RGB value is (193,2,119). Sum of RGB (Red+Green+Blue) = 193+2+119=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C10277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10277 is #3EFD88. Grayscale: #484848. Windows color (decimal): -4128137 or 7799489. OLE color: 7799489.

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

Color convert

RGB 193 2 119 -
CMYK 0 0.99 0.38 0.24
HSL 323.25º 0.98% 0.38% -
HSV(B) 323.25º 0.99% 0.76% -
XYZ 25.34 12.71 18.57 -
YUV 72.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 193 2 119 0 0.99 0.38 0.24 323.25 0.98 0.38
Hex C1 2 77 0 63 26 18 143 62 26
Octal 301 2 167 0 143 46 30 503 142 46
Binary 11000001 10 1110111 0 1100011 100110 11000 101000011 1100010 100110

Color Harmonies of #C10277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10277

Black with #C10277

Text Example


Text Example

White with #C10277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10277; }

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

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

background-color css

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

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

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

border-color css

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

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

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