Html Css Color HEX #C20877 Medium Violet Red

📋 copy color: '#C20877'

red 194 ◦ green 8 ◦ blue 119

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

Shades of Medium Violet Red #C20877

Tints of Medium Violet Red #C20877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 60.44%
G = 2.49%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C20877 (or 0xC20877) is known color: Medium Violet Red. HEX triplet: C2, 08 and 77. RGB value is (194,8,119). Sum of RGB (Red+Green+Blue) = 194+8+119=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C20877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20877 is #3DF788. Grayscale: #4C4C4C. Windows color (decimal): -4061065 or 7801026. OLE color: 7801026.

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

Color convert

RGB 194 8 119 -
CMYK 0 0.96 0.39 0.24
HSL 324.19º 0.92% 0.4% -
HSV(B) 324.19º 0.96% 0.76% -
XYZ 25.66 12.97 18.6 -
YUV 76.27 152.12 211.97 -
System Red Green Blue C M Y K H S L
Decimal 194 8 119 0 0.96 0.39 0.24 324.19 0.92 0.4
Hex C2 8 77 0 60 27 18 144 5C 28
Octal 302 10 167 0 140 47 30 504 134 50
Binary 11000010 1000 1110111 0 1100000 100111 11000 101000100 1011100 101000

Color Harmonies of #C20877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20877

Black with #C20877

Text Example


Text Example

White with #C20877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20877; }

 p { color: rgb(194,8,119); }

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

background-color css

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

 a { background-color: rgb(194,8,119); }

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

border-color css

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

 span { border-color: rgb(194,8,119); }

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