Html Css Color HEX #C12C85 Medium Red Violet

📋 copy color: '#C12C85'

red 193 ◦ green 44 ◦ blue 133

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

Shades of Medium Red Violet #C12C85

Tints of Medium Red Violet #C12C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 52.16%
G = 11.89%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C12C85 (or 0xC12C85) is known color: Medium Red Violet. HEX triplet: C1, 2C and 85. RGB value is (193,44,133). Sum of RGB (Red+Green+Blue) = 193+44+133=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C85 is #3ED37A. Grayscale: #626262. Windows color (decimal): -4117371 or 8727745. OLE color: 8727745.

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

Color convert

RGB 193 44 133 -
CMYK 0 0.77 0.31 0.24
HSL 324.16º 0.63% 0.46% -
HSV(B) 324.16º 0.77% 0.76% -
XYZ 27.13 14.83 23.62 -
YUV 98.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 193 44 133 0 0.77 0.31 0.24 324.16 0.63 0.46
Hex C1 2C 85 0 4D 1F 18 144 3F 2E
Octal 301 54 205 0 115 37 30 504 77 56
Binary 11000001 101100 10000101 0 1001101 11111 11000 101000100 111111 101110

Color Harmonies of #C12C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C85

Black with #C12C85

Text Example


Text Example

White with #C12C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C85; }

 p { color: rgb(193,44,133); }

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

background-color css

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

 a { background-color: rgb(193,44,133); }

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

border-color css

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

 span { border-color: rgb(193,44,133); }

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