Html Css Color HEX #C20672 Medium Violet Red

📋 copy color: '#C20672'

red 194 ◦ green 6 ◦ blue 114

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

Shades of Medium Violet Red #C20672

Tints of Medium Violet Red #C20672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.91%

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 61.78%
G = 1.91%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C20672 (or 0xC20672) is known color: Medium Violet Red. HEX triplet: C2, 06 and 72. RGB value is (194,6,114). Sum of RGB (Red+Green+Blue) = 194+6+114=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C20672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20672 is #3DF98D. Grayscale: #4A4A4A. Windows color (decimal): -4061582 or 7472834. OLE color: 7472834.

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

Color convert

RGB 194 6 114 -
CMYK 0 0.97 0.41 0.24
HSL 325.53º 0.94% 0.39% -
HSV(B) 325.53º 0.97% 0.76% -
XYZ 25.35 12.81 17.06 -
YUV 74.52 150.28 213.22 -
System Red Green Blue C M Y K H S L
Decimal 194 6 114 0 0.97 0.41 0.24 325.53 0.94 0.39
Hex C2 6 72 0 61 29 18 146 5E 27
Octal 302 6 162 0 141 51 30 506 136 47
Binary 11000010 110 1110010 0 1100001 101001 11000 101000110 1011110 100111

Color Harmonies of #C20672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20672

Black with #C20672

Text Example


Text Example

White with #C20672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20672; }

 p { color: rgb(194,6,114); }

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

background-color css

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

 a { background-color: rgb(194,6,114); }

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

border-color css

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

 span { border-color: rgb(194,6,114); }

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