Html Css Color HEX #C12C98 Medium Red Violet

📋 copy color: '#C12C98'

red 193 ◦ green 44 ◦ blue 152

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

Shades of Medium Red Violet #C12C98

Tints of Medium Red Violet #C12C98

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.31%

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

R = 49.61%
G = 11.31%
B = 39.07%

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

#C12C98 (or 0xC12C98) is known color: Medium Red Violet. HEX triplet: C1, 2C and 98. RGB value is (193,44,152). Sum of RGB (Red+Green+Blue) = 193+44+152=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C98 is #3ED367. Grayscale: #646464. Windows color (decimal): -4117352 or 9972929. OLE color: 9972929.

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

Color convert

RGB 193 44 152 -
CMYK 0 0.77 0.21 0.24
HSL 316.51º 0.63% 0.46% -
HSV(B) 316.51º 0.77% 0.76% -
XYZ 28.56 15.41 31.17 -
YUV 100.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 193 44 152 0 0.77 0.21 0.24 316.51 0.63 0.46
Hex C1 2C 98 0 4D 15 18 13D 3F 2E
Octal 301 54 230 0 115 25 30 475 77 56
Binary 11000001 101100 10011000 0 1001101 10101 11000 100111101 111111 101110

Color Harmonies of #C12C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C98

Black with #C12C98

Text Example


Text Example

White with #C12C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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