Html Css Color HEX #C1297C Medium Red Violet

📋 copy color: '#C1297C'

red 193 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #C1297C

Tints of Medium Red Violet #C1297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 53.91%
G = 11.45%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1297C (or 0xC1297C) is known color: Medium Red Violet. HEX triplet: C1, 29 and 7C. RGB value is (193,41,124). Sum of RGB (Red+Green+Blue) = 193+41+124=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1297C is #3ED683. Grayscale: #5F5F5F. Windows color (decimal): -4118148 or 8137153. OLE color: 8137153.

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

Color convert

RGB 193 41 124 -
CMYK 0 0.79 0.36 0.24
HSL 327.24º 0.65% 0.46% -
HSV(B) 327.24º 0.79% 0.76% -
XYZ 26.42 14.38 20.45 -
YUV 95.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 193 41 124 0 0.79 0.36 0.24 327.24 0.65 0.46
Hex C1 29 7C 0 4F 24 18 147 41 2E
Octal 301 51 174 0 117 44 30 507 101 56
Binary 11000001 101001 1111100 0 1001111 100100 11000 101000111 1000001 101110

Color Harmonies of #C1297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1297C

Black with #C1297C

Text Example


Text Example

White with #C1297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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