Html Css Color HEX #C12781 Medium Red Violet

📋 copy color: '#C12781'

red 193 ◦ green 39 ◦ blue 129

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

Shades of Medium Red Violet #C12781

Tints of Medium Red Violet #C12781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.8%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 53.46%
G = 10.8%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C12781 (or 0xC12781) is known color: Medium Red Violet. HEX triplet: C1, 27 and 81. RGB value is (193,39,129). Sum of RGB (Red+Green+Blue) = 193+39+129=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C12781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12781 is #3ED87E. Grayscale: #5F5F5F. Windows color (decimal): -4118655 or 8464321. OLE color: 8464321.

HSL color Cylindrical-coordinate representation of color #C12781: hue angle of 324.94º degrees, saturation: 0.66, 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 #C12781 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 129 -
CMYK 0 0.80 0.33 0.24
HSL 324.94º 0.66% 0.45% -
HSV(B) 324.94º 0.8% 0.76% -
XYZ 26.68 14.37 22.14 -
YUV 95.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 193 39 129 0 0.80 0.33 0.24 324.94 0.66 0.45
Hex C1 27 81 0 50 21 18 145 42 2D
Octal 301 47 201 0 120 41 30 505 102 55
Binary 11000001 100111 10000001 0 1010000 100001 11000 101000101 1000010 101101

Color Harmonies of #C12781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12781

Black with #C12781

Text Example


Text Example

White with #C12781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12781; }

 p { color: rgb(193,39,129); }

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

background-color css

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

 a { background-color: rgb(193,39,129); }

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

border-color css

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

 span { border-color: rgb(193,39,129); }

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