Html Css Color HEX #C12887 Medium Red Violet

📋 copy color: '#C12887'

red 193 ◦ green 40 ◦ blue 135

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

Shades of Medium Red Violet #C12887

Tints of Medium Red Violet #C12887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.68%

R = 52.45%
G = 10.87%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C12887 (or 0xC12887) is known color: Medium Red Violet. HEX triplet: C1, 28 and 87. RGB value is (193,40,135). Sum of RGB (Red+Green+Blue) = 193+40+135=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C12887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12887 is #3ED778. Grayscale: #606060. Windows color (decimal): -4118393 or 8857793. OLE color: 8857793.

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

Color convert

RGB 193 40 135 -
CMYK 0 0.79 0.30 0.24
HSL 322.75º 0.66% 0.46% -
HSV(B) 322.75º 0.79% 0.76% -
XYZ 27.12 14.6 24.31 -
YUV 96.58 149.69 196.78 -
System Red Green Blue C M Y K H S L
Decimal 193 40 135 0 0.79 0.30 0.24 322.75 0.66 0.46
Hex C1 28 87 0 4F 1E 18 143 42 2E
Octal 301 50 207 0 117 36 30 503 102 56
Binary 11000001 101000 10000111 0 1001111 11110 11000 101000011 1000010 101110

Color Harmonies of #C12887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12887

Black with #C12887

Text Example


Text Example

White with #C12887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12887; }

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

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

background-color css

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

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

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

border-color css

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

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

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