Html Css Color HEX #C12881 Medium Red Violet

📋 copy color: '#C12881'

red 193 ◦ green 40 ◦ blue 129

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

Shades of Medium Red Violet #C12881

Tints of Medium Red Violet #C12881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

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

R = 53.31%
G = 11.05%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C12881 (or 0xC12881) is known color: Medium Red Violet. HEX triplet: C1, 28 and 81. RGB value is (193,40,129). Sum of RGB (Red+Green+Blue) = 193+40+129=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C12881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12881 is #3ED77E. Grayscale: #5F5F5F. Windows color (decimal): -4118399 or 8464577. OLE color: 8464577.

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

Color convert

RGB 193 40 129 -
CMYK 0 0.79 0.33 0.24
HSL 325.1º 0.66% 0.46% -
HSV(B) 325.1º 0.79% 0.76% -
XYZ 26.71 14.44 22.15 -
YUV 95.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 193 40 129 0 0.79 0.33 0.24 325.1 0.66 0.46
Hex C1 28 81 0 4F 21 18 145 42 2E
Octal 301 50 201 0 117 41 30 505 102 56
Binary 11000001 101000 10000001 0 1001111 100001 11000 101000101 1000010 101110

Color Harmonies of #C12881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12881

Black with #C12881

Text Example


Text Example

White with #C12881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12881; }

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

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

background-color css

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

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

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

border-color css

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

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

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