Html Css Color HEX #C12BA3 Medium Red Violet

📋 copy color: '#C12BA3'

red 193 ◦ green 43 ◦ blue 163

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

Shades of Medium Red Violet #C12BA3

Tints of Medium Red Violet #C12BA3

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.78%

 BLUE value IS 163 (64.06% from 255) = 40.85%

R = 48.37%
G = 10.78%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C12BA3 (or 0xC12BA3) is known color: Medium Red Violet. HEX triplet: C1, 2B and A3. RGB value is (193,43,163). Sum of RGB (Red+Green+Blue) = 193+43+163=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12BA3 is #3ED45C. Grayscale: #656565. Windows color (decimal): -4117597 or 10693569. OLE color: 10693569.

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

Color convert

RGB 193 43 163 -
CMYK 0 0.78 0.16 0.24
HSL 312º 0.64% 0.46% -
HSV(B) 312º 0.78% 0.76% -
XYZ 29.47 15.71 36.13 -
YUV 101.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 193 43 163 0 0.78 0.16 0.24 312 0.64 0.46
Hex C1 2B A3 0 4E 10 18 138 40 2E
Octal 301 53 243 0 116 20 30 470 100 56
Binary 11000001 101011 10100011 0 1001110 10000 11000 100111000 1000000 101110

Color Harmonies of #C12BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12BA3

Black with #C12BA3

Text Example


Text Example

White with #C12BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12BA3; }

 p { color: rgb(193,43,163); }

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

background-color css

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

 a { background-color: rgb(193,43,163); }

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

border-color css

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

 span { border-color: rgb(193,43,163); }

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