Html Css Color HEX #C12672 Medium Red Violet

📋 copy color: '#C12672'

red 193 ◦ green 38 ◦ blue 114

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

Shades of Medium Red Violet #C12672

Tints of Medium Red Violet #C12672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 55.94%
G = 11.01%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C12672 (or 0xC12672) is known color: Medium Red Violet. HEX triplet: C1, 26 and 72. RGB value is (193,38,114). Sum of RGB (Red+Green+Blue) = 193+38+114=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C12672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12672 is #3ED98D. Grayscale: #5C5C5C. Windows color (decimal): -4118926 or 7481025. OLE color: 7481025.

HSL color Cylindrical-coordinate representation of color #C12672: hue angle of 330.58º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12672 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 114 -
CMYK 0 0.80 0.41 0.24
HSL 330.58º 0.67% 0.45% -
HSV(B) 330.58º 0.8% 0.76% -
XYZ 25.72 13.94 17.25 -
YUV 93.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 193 38 114 0 0.80 0.41 0.24 330.58 0.67 0.45
Hex C1 26 72 0 50 29 18 14B 43 2D
Octal 301 46 162 0 120 51 30 513 103 55
Binary 11000001 100110 1110010 0 1010000 101001 11000 101001011 1000011 101101

Color Harmonies of #C12672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12672

Black with #C12672

Text Example


Text Example

White with #C12672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12672; }

 p { color: rgb(193,38,114); }

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

background-color css

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

 a { background-color: rgb(193,38,114); }

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

border-color css

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

 span { border-color: rgb(193,38,114); }

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