Html Css Color HEX #C20F83 Medium Violet Red

📋 copy color: '#C20F83'

red 194 ◦ green 15 ◦ blue 131

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

Shades of Medium Violet Red #C20F83

Tints of Medium Violet Red #C20F83

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 57.06%
G = 4.41%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C20F83 (or 0xC20F83) is known color: Medium Violet Red. HEX triplet: C2, 0F and 83. RGB value is (194,15,131). Sum of RGB (Red+Green+Blue) = 194+15+131=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20F83 is #3DF07C. Grayscale: #515151. Windows color (decimal): -4059261 or 8589250. OLE color: 8589250.

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

Color convert

RGB 194 15 131 -
CMYK 0 0.92 0.32 0.24
HSL 321.12º 0.86% 0.41% -
HSV(B) 321.12º 0.92% 0.76% -
XYZ 26.52 13.45 22.67 -
YUV 81.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 194 15 131 0 0.92 0.32 0.24 321.12 0.86 0.41
Hex C2 F 83 0 5C 20 18 141 56 29
Octal 302 17 203 0 134 40 30 501 126 51
Binary 11000010 1111 10000011 0 1011100 100000 11000 101000001 1010110 101001

Color Harmonies of #C20F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F83

Black with #C20F83

Text Example


Text Example

White with #C20F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F83; }

 p { color: rgb(194,15,131); }

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

background-color css

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

 a { background-color: rgb(194,15,131); }

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

border-color css

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

 span { border-color: rgb(194,15,131); }

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