Html Css Color HEX #C10072 Medium Violet Red

📋 copy color: '#C10072'

red 193 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #C10072

Tints of Medium Violet Red #C10072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.87%
G = 0%
B = 37.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C10072 (or 0xC10072) is known color: Medium Violet Red. HEX triplet: C1, 00 and 72. RGB value is (193,0,114). Sum of RGB (Red+Green+Blue) = 193+0+114=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C10072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10072 is #3EFF8D. Grayscale: #464646. Windows color (decimal): -4128654 or 7471297. OLE color: 7471297.

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

Color convert

RGB 193 0 114 -
CMYK 0 1 0.41 0.24
HSL 324.56º 1% 0.38% -
HSV(B) 324.56º 1% 0.76% -
XYZ 25.03 12.55 17.02 -
YUV 70.7 152.44 215.23 -
System Red Green Blue C M Y K H S L
Decimal 193 0 114 0 1 0.41 0.24 324.56 1 0.38
Hex C1 0 72 0 64 29 18 145 64 26
Octal 301 0 162 0 144 51 30 505 144 46
Binary 11000001 0 1110010 0 1100100 101001 11000 101000101 1100100 100110

Color Harmonies of #C10072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10072

Black with #C10072

Text Example


Text Example

White with #C10072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10072; }

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

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

background-color css

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

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

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

border-color css

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

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

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