Html Css Color HEX #C12785 Medium Red Violet

📋 copy color: '#C12785'

red 193 ◦ green 39 ◦ blue 133

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

Shades of Medium Red Violet #C12785

Tints of Medium Red Violet #C12785

RGB

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

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

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

R = 52.88%
G = 10.68%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C12785 (or 0xC12785) is known color: Medium Red Violet. HEX triplet: C1, 27 and 85. RGB value is (193,39,133). Sum of RGB (Red+Green+Blue) = 193+39+133=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C12785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12785 is #3ED87A. Grayscale: #5F5F5F. Windows color (decimal): -4118651 or 8726465. OLE color: 8726465.

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

Color convert

RGB 193 39 133 -
CMYK 0 0.80 0.31 0.24
HSL 323.38º 0.66% 0.45% -
HSV(B) 323.38º 0.8% 0.76% -
XYZ 26.95 14.48 23.57 -
YUV 95.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 193 39 133 0 0.80 0.31 0.24 323.38 0.66 0.45
Hex C1 27 85 0 50 1F 18 143 42 2D
Octal 301 47 205 0 120 37 30 503 102 55
Binary 11000001 100111 10000101 0 1010000 11111 11000 101000011 1000010 101101

Color Harmonies of #C12785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12785

Black with #C12785

Text Example


Text Example

White with #C12785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12785; }

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

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

background-color css

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

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

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

border-color css

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

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

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