Html Css Color HEX #C20F8F Medium Violet Red

📋 copy color: '#C20F8F'

red 194 ◦ green 15 ◦ blue 143

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

Shades of Medium Violet Red #C20F8F

Tints of Medium Violet Red #C20F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 55.11%
G = 4.26%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C20F8F (or 0xC20F8F) is known color: Medium Violet Red. HEX triplet: C2, 0F and 8F. RGB value is (194,15,143). Sum of RGB (Red+Green+Blue) = 194+15+143=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20F8F is #3DF070. Grayscale: #525252. Windows color (decimal): -4059249 or 9375682. OLE color: 9375682.

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

Color convert

RGB 194 15 143 -
CMYK 0 0.92 0.26 0.24
HSL 317.1º 0.86% 0.41% -
HSV(B) 317.1º 0.92% 0.76% -
XYZ 27.38 13.79 27.21 -
YUV 83.11 161.8 207.09 -
System Red Green Blue C M Y K H S L
Decimal 194 15 143 0 0.92 0.26 0.24 317.1 0.86 0.41
Hex C2 F 8F 0 5C 1A 18 13D 56 29
Octal 302 17 217 0 134 32 30 475 126 51
Binary 11000010 1111 10001111 0 1011100 11010 11000 100111101 1010110 101001

Color Harmonies of #C20F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F8F

Black with #C20F8F

Text Example


Text Example

White with #C20F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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