Html Css Color HEX #C20F7E Medium Violet Red

📋 copy color: '#C20F7E'

red 194 ◦ green 15 ◦ blue 126

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

Shades of Medium Violet Red #C20F7E

Tints of Medium Violet Red #C20F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 57.91%
G = 4.48%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C20F7E (or 0xC20F7E) is known color: Medium Violet Red. HEX triplet: C2, 0F and 7E. RGB value is (194,15,126). Sum of RGB (Red+Green+Blue) = 194+15+126=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F7E is #3DF081. Grayscale: #505050. Windows color (decimal): -4059266 or 8261570. OLE color: 8261570.

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

Color convert

RGB 194 15 126 -
CMYK 0 0.92 0.35 0.24
HSL 322.79º 0.86% 0.41% -
HSV(B) 322.79º 0.92% 0.76% -
XYZ 26.18 13.32 20.93 -
YUV 81.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 194 15 126 0 0.92 0.35 0.24 322.79 0.86 0.41
Hex C2 F 7E 0 5C 23 18 143 56 29
Octal 302 17 176 0 134 43 30 503 126 51
Binary 11000010 1111 1111110 0 1011100 100011 11000 101000011 1010110 101001

Color Harmonies of #C20F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F7E

Black with #C20F7E

Text Example


Text Example

White with #C20F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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