Html Css Color HEX #C12770 Medium Red Violet

📋 copy color: '#C12770'

red 193 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #C12770

Tints of Medium Red Violet #C12770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 56.1%
G = 11.34%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C12770 (or 0xC12770) is known color: Medium Red Violet. HEX triplet: C1, 27 and 70. RGB value is (193,39,112). Sum of RGB (Red+Green+Blue) = 193+39+112=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C12770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12770 is #3ED88F. Grayscale: #5D5D5D. Windows color (decimal): -4118672 or 7350209. OLE color: 7350209.

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

Color convert

RGB 193 39 112 -
CMYK 0 0.80 0.42 0.24
HSL 331.56º 0.66% 0.45% -
HSV(B) 331.56º 0.8% 0.76% -
XYZ 25.64 13.96 16.67 -
YUV 93.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 193 39 112 0 0.80 0.42 0.24 331.56 0.66 0.45
Hex C1 27 70 0 50 2A 18 14C 42 2D
Octal 301 47 160 0 120 52 30 514 102 55
Binary 11000001 100111 1110000 0 1010000 101010 11000 101001100 1000010 101101

Color Harmonies of #C12770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12770

Black with #C12770

Text Example


Text Example

White with #C12770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12770; }

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

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

background-color css

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

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

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

border-color css

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

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

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