Html Css Color HEX #C20684 Medium Violet Red

📋 copy color: '#C20684'

red 194 ◦ green 6 ◦ blue 132

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

Shades of Medium Violet Red #C20684

Tints of Medium Violet Red #C20684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 58.43%
G = 1.81%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C20684 (or 0xC20684) is known color: Medium Violet Red. HEX triplet: C2, 06 and 84. RGB value is (194,6,132). Sum of RGB (Red+Green+Blue) = 194+6+132=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C20684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20684 is #3DF97B. Grayscale: #4C4C4C. Windows color (decimal): -4061564 or 8652482. OLE color: 8652482.

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

Color convert

RGB 194 6 132 -
CMYK 0 0.97 0.32 0.24
HSL 319.79º 0.94% 0.39% -
HSV(B) 319.79º 0.97% 0.76% -
XYZ 26.48 13.27 22.99 -
YUV 76.58 159.28 211.75 -
System Red Green Blue C M Y K H S L
Decimal 194 6 132 0 0.97 0.32 0.24 319.79 0.94 0.39
Hex C2 6 84 0 61 20 18 140 5E 27
Octal 302 6 204 0 141 40 30 500 136 47
Binary 11000010 110 10000100 0 1100001 100000 11000 101000000 1011110 100111

Color Harmonies of #C20684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20684

Black with #C20684

Text Example


Text Example

White with #C20684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20684; }

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

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

background-color css

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

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

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

border-color css

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

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

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