Html Css Color HEX #C1217C Medium Violet Red

📋 copy color: '#C1217C'

red 193 ◦ green 33 ◦ blue 124

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

Shades of Medium Violet Red #C1217C

Tints of Medium Violet Red #C1217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

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

R = 55.14%
G = 9.43%
B = 35.43%

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

#C1217C (or 0xC1217C) is known color: Medium Violet Red. HEX triplet: C1, 21 and 7C. RGB value is (193,33,124). Sum of RGB (Red+Green+Blue) = 193+33+124=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1217C is #3EDE83. Grayscale: #5B5B5B. Windows color (decimal): -4120196 or 8135105. OLE color: 8135105.

HSL color Cylindrical-coordinate representation of color #C1217C: hue angle of 325.88º degrees, saturation: 0.71, 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 #C1217C is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 124 -
CMYK 0 0.83 0.36 0.24
HSL 325.88º 0.71% 0.44% -
HSV(B) 325.88º 0.83% 0.76% -
XYZ 26.17 13.88 20.37 -
YUV 91.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 193 33 124 0 0.83 0.36 0.24 325.88 0.71 0.44
Hex C1 21 7C 0 53 24 18 146 47 2C
Octal 301 41 174 0 123 44 30 506 107 54
Binary 11000001 100001 1111100 0 1010011 100100 11000 101000110 1000111 101100

Color Harmonies of #C1217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1217C

Black with #C1217C

Text Example


Text Example

White with #C1217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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