Html Css Color HEX #C1297B Medium Red Violet

📋 copy color: '#C1297B'

red 193 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #C1297B

Tints of Medium Red Violet #C1297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 54.06%
G = 11.48%
B = 34.45%

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

#C1297B (or 0xC1297B) is known color: Medium Red Violet. HEX triplet: C1, 29 and 7B. RGB value is (193,41,123). Sum of RGB (Red+Green+Blue) = 193+41+123=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1297B is #3ED684. Grayscale: #5F5F5F. Windows color (decimal): -4118149 or 8071617. OLE color: 8071617.

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

Color convert

RGB 193 41 123 -
CMYK 0 0.79 0.36 0.24
HSL 327.63º 0.65% 0.46% -
HSV(B) 327.63º 0.79% 0.76% -
XYZ 26.36 14.35 20.12 -
YUV 95.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 193 41 123 0 0.79 0.36 0.24 327.63 0.65 0.46
Hex C1 29 7B 0 4F 24 18 148 41 2E
Octal 301 51 173 0 117 44 30 510 101 56
Binary 11000001 101001 1111011 0 1001111 100100 11000 101001000 1000001 101110

Color Harmonies of #C1297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1297B

Black with #C1297B

Text Example


Text Example

White with #C1297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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