Html Css Color HEX #C62686 Medium Red Violet

📋 copy color: '#C62686'

red 198 ◦ green 38 ◦ blue 134

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

Shades of Medium Red Violet #C62686

Tints of Medium Red Violet #C62686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.27%

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

R = 53.51%
G = 10.27%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C62686 (or 0xC62686) is known color: Medium Red Violet. HEX triplet: C6, 26 and 86. RGB value is (198,38,134). Sum of RGB (Red+Green+Blue) = 198+38+134=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C62686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62686 is #39D979. Grayscale: #606060. Windows color (decimal): -3791226 or 8791750. OLE color: 8791750.

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

Color convert

RGB 198 38 134 -
CMYK 0 0.81 0.32 0.22
HSL 324º 0.68% 0.46% -
HSV(B) 324º 0.81% 0.78% -
XYZ 28.28 15.11 23.98 -
YUV 96.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 198 38 134 0 0.81 0.32 0.22 324 0.68 0.46
Hex C6 26 86 0 51 20 16 144 44 2E
Octal 306 46 206 0 121 40 26 504 104 56
Binary 11000110 100110 10000110 0 1010001 100000 10110 101000100 1000100 101110

Color Harmonies of #C62686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62686

Black with #C62686

Text Example


Text Example

White with #C62686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62686; }

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

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

background-color css

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

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

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

border-color css

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

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

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