Html Css Color HEX #C2128D Medium Violet Red

📋 copy color: '#C2128D'

red 194 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #C2128D

Tints of Medium Violet Red #C2128D

RGB

 RED value IS 194 (76.17% from 255) = 54.96%

 GREEN value IS 18 (7.42% from 255) = 5.1%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 54.96%
G = 5.1%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2128D (or 0xC2128D) is known color: Medium Violet Red. HEX triplet: C2, 12 and 8D. RGB value is (194,18,141). Sum of RGB (Red+Green+Blue) = 194+18+141=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2128D is #3DED72. Grayscale: #545454. Windows color (decimal): -4058483 or 9245378. OLE color: 9245378.

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

Color convert

RGB 194 18 141 -
CMYK 0 0.91 0.27 0.24
HSL 318.07º 0.83% 0.42% -
HSV(B) 318.07º 0.91% 0.76% -
XYZ 27.27 13.83 26.43 -
YUV 84.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 194 18 141 0 0.91 0.27 0.24 318.07 0.83 0.42
Hex C2 12 8D 0 5B 1B 18 13E 53 2A
Octal 302 22 215 0 133 33 30 476 123 52
Binary 11000010 10010 10001101 0 1011011 11011 11000 100111110 1010011 101010

Color Harmonies of #C2128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2128D

Black with #C2128D

Text Example


Text Example

White with #C2128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2128D; }

 p { color: rgb(194,18,141); }

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

background-color css

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

 a { background-color: rgb(194,18,141); }

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

border-color css

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

 span { border-color: rgb(194,18,141); }

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