Html Css Color HEX #C12282 Medium Violet Red

📋 copy color: '#C12282'

red 193 ◦ green 34 ◦ blue 130

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

Shades of Medium Violet Red #C12282

Tints of Medium Violet Red #C12282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.52%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 54.06%
G = 9.52%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C12282 (or 0xC12282) is known color: Medium Violet Red. HEX triplet: C1, 22 and 82. RGB value is (193,34,130). Sum of RGB (Red+Green+Blue) = 193+34+130=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C12282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12282 is #3EDD7D. Grayscale: #5C5C5C. Windows color (decimal): -4119934 or 8528577. OLE color: 8528577.

HSL color Cylindrical-coordinate representation of color #C12282: hue angle of 323.77º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12282 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 130 -
CMYK 0 0.82 0.33 0.24
HSL 323.77º 0.7% 0.45% -
HSV(B) 323.77º 0.82% 0.76% -
XYZ 26.59 14.09 22.44 -
YUV 92.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 193 34 130 0 0.82 0.33 0.24 323.77 0.7 0.45
Hex C1 22 82 0 52 21 18 144 46 2D
Octal 301 42 202 0 122 41 30 504 106 55
Binary 11000001 100010 10000010 0 1010010 100001 11000 101000100 1000110 101101

Color Harmonies of #C12282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12282

Black with #C12282

Text Example


Text Example

White with #C12282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12282; }

 p { color: rgb(193,34,130); }

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

background-color css

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

 a { background-color: rgb(193,34,130); }

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

border-color css

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

 span { border-color: rgb(193,34,130); }

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