Html Css Color HEX #C12D98 Medium Red Violet

📋 copy color: '#C12D98'

red 193 ◦ green 45 ◦ blue 152

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

Shades of Medium Red Violet #C12D98

Tints of Medium Red Violet #C12D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.54%

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 49.49%
G = 11.54%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C12D98 (or 0xC12D98) is known color: Medium Red Violet. HEX triplet: C1, 2D and 98. RGB value is (193,45,152). Sum of RGB (Red+Green+Blue) = 193+45+152=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12D98 is #3ED267. Grayscale: #656565. Windows color (decimal): -4117096 or 9973185. OLE color: 9973185.

HSL color Cylindrical-coordinate representation of color #C12D98: hue angle of 316.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D98 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 152 -
CMYK 0 0.77 0.21 0.24
HSL 316.62º 0.62% 0.47% -
HSV(B) 316.62º 0.77% 0.76% -
XYZ 28.6 15.48 31.19 -
YUV 101.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 193 45 152 0 0.77 0.21 0.24 316.62 0.62 0.47
Hex C1 2D 98 0 4D 15 18 13D 3E 2F
Octal 301 55 230 0 115 25 30 475 76 57
Binary 11000001 101101 10011000 0 1001101 10101 11000 100111101 111110 101111

Color Harmonies of #C12D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D98

Black with #C12D98

Text Example


Text Example

White with #C12D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D98; }

 p { color: rgb(193,45,152); }

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

background-color css

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

 a { background-color: rgb(193,45,152); }

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

border-color css

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

 span { border-color: rgb(193,45,152); }

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