Html Css Color HEX #C10275 Medium Violet Red

📋 copy color: '#C10275'

red 193 ◦ green 2 ◦ blue 117

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

Shades of Medium Violet Red #C10275

Tints of Medium Violet Red #C10275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 61.86%
G = 0.64%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C10275 (or 0xC10275) is known color: Medium Violet Red. HEX triplet: C1, 02 and 75. RGB value is (193,2,117). Sum of RGB (Red+Green+Blue) = 193+2+117=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C10275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10275 is #3EFD8A. Grayscale: #474747. Windows color (decimal): -4128139 or 7668417. OLE color: 7668417.

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

Color convert

RGB 193 2 117 -
CMYK 0 0.99 0.39 0.24
HSL 323.87º 0.98% 0.38% -
HSV(B) 323.87º 0.99% 0.76% -
XYZ 25.22 12.67 17.94 -
YUV 72.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 193 2 117 0 0.99 0.39 0.24 323.87 0.98 0.38
Hex C1 2 75 0 63 27 18 144 62 26
Octal 301 2 165 0 143 47 30 504 142 46
Binary 11000001 10 1110101 0 1100011 100111 11000 101000100 1100010 100110

Color Harmonies of #C10275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10275

Black with #C10275

Text Example


Text Example

White with #C10275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10275; }

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

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

background-color css

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

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

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

border-color css

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

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

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