Html Css Color HEX #C63686 Medium Red Violet

📋 copy color: '#C63686'

red 198 ◦ green 54 ◦ blue 134

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

Shades of Medium Red Violet #C63686

Tints of Medium Red Violet #C63686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.99%

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

R = 51.3%
G = 13.99%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C63686 (or 0xC63686) is known color: Medium Red Violet. HEX triplet: C6, 36 and 86. RGB value is (198,54,134). Sum of RGB (Red+Green+Blue) = 198+54+134=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C63686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63686 is #39C979. Grayscale: #696969. Windows color (decimal): -3787130 or 8795846. OLE color: 8795846.

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

Color convert

RGB 198 54 134 -
CMYK 0 0.73 0.32 0.22
HSL 326.67º 0.57% 0.49% -
HSV(B) 326.67º 0.73% 0.78% -
XYZ 28.91 16.37 24.19 -
YUV 106.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 198 54 134 0 0.73 0.32 0.22 326.67 0.57 0.49
Hex C6 36 86 0 49 20 16 147 39 31
Octal 306 66 206 0 111 40 26 507 71 61
Binary 11000110 110110 10000110 0 1001001 100000 10110 101000111 111001 110001

Color Harmonies of #C63686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63686

Black with #C63686

Text Example


Text Example

White with #C63686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63686; }

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

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

background-color css

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

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

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

border-color css

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

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

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