Html Css Color HEX #C12DA3 Medium Red Violet

📋 copy color: '#C12DA3'

red 193 ◦ green 45 ◦ blue 163

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

Shades of Medium Red Violet #C12DA3

Tints of Medium Red Violet #C12DA3

RGB

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

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

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

R = 48.13%
G = 11.22%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C12DA3 (or 0xC12DA3) is known color: Medium Red Violet. HEX triplet: C1, 2D and A3. RGB value is (193,45,163). Sum of RGB (Red+Green+Blue) = 193+45+163=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12DA3 is #3ED25C. Grayscale: #666666. Windows color (decimal): -4117085 or 10694081. OLE color: 10694081.

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

Color convert

RGB 193 45 163 -
CMYK 0 0.77 0.16 0.24
HSL 312.16º 0.62% 0.47% -
HSV(B) 312.16º 0.77% 0.76% -
XYZ 29.54 15.86 36.15 -
YUV 102.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 193 45 163 0 0.77 0.16 0.24 312.16 0.62 0.47
Hex C1 2D A3 0 4D 10 18 138 3E 2F
Octal 301 55 243 0 115 20 30 470 76 57
Binary 11000001 101101 10100011 0 1001101 10000 11000 100111000 111110 101111

Color Harmonies of #C12DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DA3

Black with #C12DA3

Text Example


Text Example

White with #C12DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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