Html Css Color HEX #C20184 Medium Violet Red

📋 copy color: '#C20184'

red 194 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #C20184

Tints of Medium Violet Red #C20184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 59.33%
G = 0.31%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C20184 (or 0xC20184) is known color: Medium Violet Red. HEX triplet: C2, 01 and 84. RGB value is (194,1,132). Sum of RGB (Red+Green+Blue) = 194+1+132=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C20184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20184 is #3DFE7B. Grayscale: #494949. Windows color (decimal): -4062844 or 8651202. OLE color: 8651202.

HSL color Cylindrical-coordinate representation of color #C20184: hue angle of 319.27º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20184 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 132 -
CMYK 0 0.99 0.32 0.24
HSL 319.27º 0.99% 0.38% -
HSV(B) 319.27º 0.99% 0.76% -
XYZ 26.42 13.16 22.98 -
YUV 73.64 160.94 213.85 -
System Red Green Blue C M Y K H S L
Decimal 194 1 132 0 0.99 0.32 0.24 319.27 0.99 0.38
Hex C2 1 84 0 63 20 18 13F 63 26
Octal 302 1 204 0 143 40 30 477 143 46
Binary 11000010 1 10000100 0 1100011 100000 11000 100111111 1100011 100110

Color Harmonies of #C20184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20184

Black with #C20184

Text Example


Text Example

White with #C20184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20184; }

 p { color: rgb(194,1,132); }

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

background-color css

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

 a { background-color: rgb(194,1,132); }

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

border-color css

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

 span { border-color: rgb(194,1,132); }

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