Html Css Color HEX #C12085 Medium Violet Red

📋 copy color: '#C12085'

red 193 ◦ green 32 ◦ blue 133

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

Shades of Medium Violet Red #C12085

Tints of Medium Violet Red #C12085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

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

R = 53.91%
G = 8.94%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C12085 (or 0xC12085) is known color: Medium Violet Red. HEX triplet: C1, 20 and 85. RGB value is (193,32,133). Sum of RGB (Red+Green+Blue) = 193+32+133=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C12085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12085 is #3EDF7A. Grayscale: #5B5B5B. Windows color (decimal): -4120443 or 8724673. OLE color: 8724673.

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

Color convert

RGB 193 32 133 -
CMYK 0 0.83 0.31 0.24
HSL 322.36º 0.72% 0.44% -
HSV(B) 322.36º 0.83% 0.76% -
XYZ 26.74 14.06 23.5 -
YUV 91.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 193 32 133 0 0.83 0.31 0.24 322.36 0.72 0.44
Hex C1 20 85 0 53 1F 18 142 48 2C
Octal 301 40 205 0 123 37 30 502 110 54
Binary 11000001 100000 10000101 0 1010011 11111 11000 101000010 1001000 101100

Color Harmonies of #C12085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12085

Black with #C12085

Text Example


Text Example

White with #C12085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12085; }

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

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

background-color css

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

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

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

border-color css

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

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

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