Html Css Color HEX #C62186 Medium Violet Red

📋 copy color: '#C62186'

red 198 ◦ green 33 ◦ blue 134

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

Shades of Medium Violet Red #C62186

Tints of Medium Violet Red #C62186

RGB

 RED value IS 198 (77.73% from 255) = 54.25%

 GREEN value IS 33 (13.28% from 255) = 9.04%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 54.25%
G = 9.04%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C62186 (or 0xC62186) is known color: Medium Violet Red. HEX triplet: C6, 21 and 86. RGB value is (198,33,134). Sum of RGB (Red+Green+Blue) = 198+33+134=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C62186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62186 is #39DE79. Grayscale: #5D5D5D. Windows color (decimal): -3792506 or 8790470. OLE color: 8790470.

HSL color Cylindrical-coordinate representation of color #C62186: hue angle of 323.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62186 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 33 134 -
CMYK 0 0.83 0.32 0.22
HSL 323.27º 0.71% 0.45% -
HSV(B) 323.27º 0.83% 0.78% -
XYZ 28.14 14.81 23.93 -
YUV 93.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 198 33 134 0 0.83 0.32 0.22 323.27 0.71 0.45
Hex C6 21 86 0 53 20 16 143 47 2D
Octal 306 41 206 0 123 40 26 503 107 55
Binary 11000110 100001 10000110 0 1010011 100000 10110 101000011 1000111 101101

Color Harmonies of #C62186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62186

Black with #C62186

Text Example


Text Example

White with #C62186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62186; }

 p { color: rgb(198,33,134); }

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

background-color css

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

 a { background-color: rgb(198,33,134); }

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

border-color css

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

 span { border-color: rgb(198,33,134); }

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