Html Css Color HEX #C12D6F Medium Red Violet

📋 copy color: '#C12D6F'

red 193 ◦ green 45 ◦ blue 111

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

Shades of Medium Red Violet #C12D6F

Tints of Medium Red Violet #C12D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 55.3%
G = 12.89%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C12D6F (or 0xC12D6F) is known color: Medium Red Violet. HEX triplet: C1, 2D and 6F. RGB value is (193,45,111). Sum of RGB (Red+Green+Blue) = 193+45+111=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D6F is #3ED290. Grayscale: #606060. Windows color (decimal): -4117137 or 7286209. OLE color: 7286209.

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

Color convert

RGB 193 45 111 -
CMYK 0 0.77 0.42 0.24
HSL 333.24º 0.62% 0.47% -
HSV(B) 333.24º 0.77% 0.76% -
XYZ 25.8 14.36 16.45 -
YUV 96.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 193 45 111 0 0.77 0.42 0.24 333.24 0.62 0.47
Hex C1 2D 6F 0 4D 2A 18 14D 3E 2F
Octal 301 55 157 0 115 52 30 515 76 57
Binary 11000001 101101 1101111 0 1001101 101010 11000 101001101 111110 101111

Color Harmonies of #C12D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D6F

Black with #C12D6F

Text Example


Text Example

White with #C12D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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