Html Css Color HEX #C10272 Medium Violet Red

📋 copy color: '#C10272'

red 193 ◦ green 2 ◦ blue 114

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

Shades of Medium Violet Red #C10272

Tints of Medium Violet Red #C10272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 62.46%
G = 0.65%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C10272 (or 0xC10272) is known color: Medium Violet Red. HEX triplet: C1, 02 and 72. RGB value is (193,2,114). Sum of RGB (Red+Green+Blue) = 193+2+114=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C10272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10272 is #3EFD8D. Grayscale: #474747. Windows color (decimal): -4128142 or 7471809. OLE color: 7471809.

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

Color convert

RGB 193 2 114 -
CMYK 0 0.99 0.41 0.24
HSL 324.82º 0.98% 0.38% -
HSV(B) 324.82º 0.99% 0.76% -
XYZ 25.05 12.6 17.03 -
YUV 71.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 193 2 114 0 0.99 0.41 0.24 324.82 0.98 0.38
Hex C1 2 72 0 63 29 18 145 62 26
Octal 301 2 162 0 143 51 30 505 142 46
Binary 11000001 10 1110010 0 1100011 101001 11000 101000101 1100010 100110

Color Harmonies of #C10272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10272

Black with #C10272

Text Example


Text Example

White with #C10272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10272; }

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

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

background-color css

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

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

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

border-color css

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

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

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