Html Css Color HEX #C20F70 Medium Violet Red

📋 copy color: '#C20F70'

red 194 ◦ green 15 ◦ blue 112

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

Shades of Medium Violet Red #C20F70

Tints of Medium Violet Red #C20F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 60.44%
G = 4.67%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C20F70 (or 0xC20F70) is known color: Medium Violet Red. HEX triplet: C2, 0F and 70. RGB value is (194,15,112). Sum of RGB (Red+Green+Blue) = 194+15+112=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F70 is #3DF08F. Grayscale: #4F4F4F. Windows color (decimal): -4059280 or 7344066. OLE color: 7344066.

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

Color convert

RGB 194 15 112 -
CMYK 0 0.92 0.42 0.24
HSL 327.49º 0.86% 0.41% -
HSV(B) 327.49º 0.92% 0.76% -
XYZ 25.34 12.98 16.5 -
YUV 79.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 194 15 112 0 0.92 0.42 0.24 327.49 0.86 0.41
Hex C2 F 70 0 5C 2A 18 147 56 29
Octal 302 17 160 0 134 52 30 507 126 51
Binary 11000010 1111 1110000 0 1011100 101010 11000 101000111 1010110 101001

Color Harmonies of #C20F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F70

Black with #C20F70

Text Example


Text Example

White with #C20F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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