Html Css Color HEX #C1207C Medium Violet Red

📋 copy color: '#C1207C'

red 193 ◦ green 32 ◦ blue 124

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

Shades of Medium Violet Red #C1207C

Tints of Medium Violet Red #C1207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 55.3%
G = 9.17%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1207C (or 0xC1207C) is known color: Medium Violet Red. HEX triplet: C1, 20 and 7C. RGB value is (193,32,124). Sum of RGB (Red+Green+Blue) = 193+32+124=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1207C is #3EDF83. Grayscale: #5A5A5A. Windows color (decimal): -4120452 or 8134849. OLE color: 8134849.

HSL color Cylindrical-coordinate representation of color #C1207C: hue angle of 325.71º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1207C is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 124 -
CMYK 0 0.83 0.36 0.24
HSL 325.71º 0.72% 0.44% -
HSV(B) 325.71º 0.83% 0.76% -
XYZ 26.15 13.83 20.36 -
YUV 90.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 193 32 124 0 0.83 0.36 0.24 325.71 0.72 0.44
Hex C1 20 7C 0 53 24 18 146 48 2C
Octal 301 40 174 0 123 44 30 506 110 54
Binary 11000001 100000 1111100 0 1010011 100100 11000 101000110 1001000 101100

Color Harmonies of #C1207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1207C

Black with #C1207C

Text Example


Text Example

White with #C1207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1207C; }

 p { color: rgb(193,32,124); }

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

background-color css

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

 a { background-color: rgb(193,32,124); }

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

border-color css

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

 span { border-color: rgb(193,32,124); }

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