Html Css Color HEX #C20681 Medium Violet Red

📋 copy color: '#C20681'

red 194 ◦ green 6 ◦ blue 129

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

Shades of Medium Violet Red #C20681

Tints of Medium Violet Red #C20681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 58.97%
G = 1.82%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C20681 (or 0xC20681) is known color: Medium Violet Red. HEX triplet: C2, 06 and 81. RGB value is (194,6,129). Sum of RGB (Red+Green+Blue) = 194+6+129=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C20681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20681 is #3DF97E. Grayscale: #4B4B4B. Windows color (decimal): -4061567 or 8455874. OLE color: 8455874.

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

Color convert

RGB 194 6 129 -
CMYK 0 0.97 0.34 0.24
HSL 320.74º 0.94% 0.39% -
HSV(B) 320.74º 0.97% 0.76% -
XYZ 26.28 13.18 21.93 -
YUV 76.23 157.78 212 -
System Red Green Blue C M Y K H S L
Decimal 194 6 129 0 0.97 0.34 0.24 320.74 0.94 0.39
Hex C2 6 81 0 61 22 18 141 5E 27
Octal 302 6 201 0 141 42 30 501 136 47
Binary 11000010 110 10000001 0 1100001 100010 11000 101000001 1011110 100111

Color Harmonies of #C20681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20681

Black with #C20681

Text Example


Text Example

White with #C20681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20681; }

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

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

background-color css

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

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

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

border-color css

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

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

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