Html Css Color HEX #C12DA7 Medium Red Violet

📋 copy color: '#C12DA7'

red 193 ◦ green 45 ◦ blue 167

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

Shades of Medium Red Violet #C12DA7

Tints of Medium Red Violet #C12DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.23%

R = 47.65%
G = 11.11%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C12DA7 (or 0xC12DA7) is known color: Medium Red Violet. HEX triplet: C1, 2D and A7. RGB value is (193,45,167). Sum of RGB (Red+Green+Blue) = 193+45+167=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12DA7 is #3ED258. Grayscale: #666666. Windows color (decimal): -4117081 or 10956225. OLE color: 10956225.

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

Color convert

RGB 193 45 167 -
CMYK 0 0.77 0.13 0.24
HSL 310.54º 0.62% 0.47% -
HSV(B) 310.54º 0.77% 0.76% -
XYZ 29.91 16 38.07 -
YUV 103.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 193 45 167 0 0.77 0.13 0.24 310.54 0.62 0.47
Hex C1 2D A7 0 4D D 18 137 3E 2F
Octal 301 55 247 0 115 15 30 467 76 57
Binary 11000001 101101 10100111 0 1001101 1101 11000 100110111 111110 101111

Color Harmonies of #C12DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DA7

Black with #C12DA7

Text Example


Text Example

White with #C12DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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