Html Css Color HEX #C10572 Medium Violet Red

📋 copy color: '#C10572'

red 193 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #C10572

Tints of Medium Violet Red #C10572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 61.86%
G = 1.6%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C10572 (or 0xC10572) is known color: Medium Violet Red. HEX triplet: C1, 05 and 72. RGB value is (193,5,114). Sum of RGB (Red+Green+Blue) = 193+5+114=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C10572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10572 is #3EFA8D. Grayscale: #494949. Windows color (decimal): -4127374 or 7472577. OLE color: 7472577.

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

Color convert

RGB 193 5 114 -
CMYK 0 0.97 0.41 0.24
HSL 325.21º 0.95% 0.39% -
HSV(B) 325.21º 0.97% 0.76% -
XYZ 25.08 12.66 17.04 -
YUV 73.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 193 5 114 0 0.97 0.41 0.24 325.21 0.95 0.39
Hex C1 5 72 0 61 29 18 145 5F 27
Octal 301 5 162 0 141 51 30 505 137 47
Binary 11000001 101 1110010 0 1100001 101001 11000 101000101 1011111 100111

Color Harmonies of #C10572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10572

Black with #C10572

Text Example


Text Example

White with #C10572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10572; }

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

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

background-color css

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

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

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

border-color css

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

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

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