Html Css Color HEX #C12897 Medium Red Violet

📋 copy color: '#C12897'

red 193 ◦ green 40 ◦ blue 151

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

Shades of Medium Red Violet #C12897

Tints of Medium Red Violet #C12897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.42%

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 50.26%
G = 10.42%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C12897 (or 0xC12897) is known color: Medium Red Violet. HEX triplet: C1, 28 and 97. RGB value is (193,40,151). Sum of RGB (Red+Green+Blue) = 193+40+151=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C12897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12897 is #3ED768. Grayscale: #626262. Windows color (decimal): -4118377 or 9906369. OLE color: 9906369.

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

Color convert

RGB 193 40 151 -
CMYK 0 0.79 0.22 0.24
HSL 316.47º 0.66% 0.46% -
HSV(B) 316.47º 0.79% 0.76% -
XYZ 28.34 15.09 30.7 -
YUV 98.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 193 40 151 0 0.79 0.22 0.24 316.47 0.66 0.46
Hex C1 28 97 0 4F 16 18 13C 42 2E
Octal 301 50 227 0 117 26 30 474 102 56
Binary 11000001 101000 10010111 0 1001111 10110 11000 100111100 1000010 101110

Color Harmonies of #C12897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12897

Black with #C12897

Text Example


Text Example

White with #C12897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12897; }

 p { color: rgb(193,40,151); }

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

background-color css

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

 a { background-color: rgb(193,40,151); }

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

border-color css

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

 span { border-color: rgb(193,40,151); }

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