Html Css Color HEX #C20687 Medium Violet Red

📋 copy color: '#C20687'

red 194 ◦ green 6 ◦ blue 135

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

Shades of Medium Violet Red #C20687

Tints of Medium Violet Red #C20687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 57.91%
G = 1.79%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C20687 (or 0xC20687) is known color: Medium Violet Red. HEX triplet: C2, 06 and 87. RGB value is (194,6,135). Sum of RGB (Red+Green+Blue) = 194+6+135=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C20687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20687 is #3DF978. Grayscale: #4C4C4C. Windows color (decimal): -4061561 or 8849090. OLE color: 8849090.

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

Color convert

RGB 194 6 135 -
CMYK 0 0.97 0.30 0.24
HSL 318.83º 0.94% 0.39% -
HSV(B) 318.83º 0.97% 0.76% -
XYZ 26.69 13.35 24.09 -
YUV 76.92 160.78 211.51 -
System Red Green Blue C M Y K H S L
Decimal 194 6 135 0 0.97 0.30 0.24 318.83 0.94 0.39
Hex C2 6 87 0 61 1E 18 13F 5E 27
Octal 302 6 207 0 141 36 30 477 136 47
Binary 11000010 110 10000111 0 1100001 11110 11000 100111111 1011110 100111

Color Harmonies of #C20687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20687

Black with #C20687

Text Example


Text Example

White with #C20687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20687; }

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

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

background-color css

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

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

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

border-color css

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

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

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