Html Css Color HEX #C1298B Medium Red Violet

📋 copy color: '#C1298B'

red 193 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #C1298B

Tints of Medium Red Violet #C1298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.27%

R = 51.74%
G = 10.99%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1298B (or 0xC1298B) is known color: Medium Red Violet. HEX triplet: C1, 29 and 8B. RGB value is (193,41,139). Sum of RGB (Red+Green+Blue) = 193+41+139=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1298B is #3ED674. Grayscale: #616161. Windows color (decimal): -4118133 or 9120193. OLE color: 9120193.

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

Color convert

RGB 193 41 139 -
CMYK 0 0.79 0.28 0.24
HSL 321.32º 0.65% 0.46% -
HSV(B) 321.32º 0.79% 0.76% -
XYZ 27.45 14.79 25.83 -
YUV 97.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 193 41 139 0 0.79 0.28 0.24 321.32 0.65 0.46
Hex C1 29 8B 0 4F 1C 18 141 41 2E
Octal 301 51 213 0 117 34 30 501 101 56
Binary 11000001 101001 10001011 0 1001111 11100 11000 101000001 1000001 101110

Color Harmonies of #C1298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1298B

Black with #C1298B

Text Example


Text Example

White with #C1298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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