Html Css Color HEX #C62386 Medium Violet Red

📋 copy color: '#C62386'

red 198 ◦ green 35 ◦ blue 134

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

Shades of Medium Violet Red #C62386

Tints of Medium Violet Red #C62386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.54%

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

R = 53.95%
G = 9.54%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C62386 (or 0xC62386) is known color: Medium Violet Red. HEX triplet: C6, 23 and 86. RGB value is (198,35,134). Sum of RGB (Red+Green+Blue) = 198+35+134=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C62386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62386 is #39DC79. Grayscale: #5E5E5E. Windows color (decimal): -3791994 or 8790982. OLE color: 8790982.

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

Color convert

RGB 198 35 134 -
CMYK 0 0.82 0.32 0.22
HSL 323.56º 0.7% 0.46% -
HSV(B) 323.56º 0.82% 0.78% -
XYZ 28.19 14.93 23.95 -
YUV 95.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 198 35 134 0 0.82 0.32 0.22 323.56 0.7 0.46
Hex C6 23 86 0 52 20 16 144 46 2E
Octal 306 43 206 0 122 40 26 504 106 56
Binary 11000110 100011 10000110 0 1010010 100000 10110 101000100 1000110 101110

Color Harmonies of #C62386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62386

Black with #C62386

Text Example


Text Example

White with #C62386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62386; }

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

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

background-color css

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

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

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

border-color css

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

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

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