Html Css Color HEX #C6359E Medium Red Violet

📋 copy color: '#C6359E'

red 198 ◦ green 53 ◦ blue 158

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

Shades of Medium Red Violet #C6359E

Tints of Medium Red Violet #C6359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.96%

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 48.41%
G = 12.96%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6359E (or 0xC6359E) is known color: Medium Red Violet. HEX triplet: C6, 35 and 9E. RGB value is (198,53,158). Sum of RGB (Red+Green+Blue) = 198+53+158=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6359E is #39CA61. Grayscale: #6C6C6C. Windows color (decimal): -3787362 or 10368454. OLE color: 10368454.

HSL color Cylindrical-coordinate representation of color #C6359E: hue angle of 316.55º degrees, saturation: 0.58, 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 #C6359E is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 53 158 -
CMYK 0 0.73 0.20 0.22
HSL 316.55º 0.58% 0.49% -
HSV(B) 316.55º 0.73% 0.78% -
XYZ 30.73 17.02 34.01 -
YUV 108.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 198 53 158 0 0.73 0.20 0.22 316.55 0.58 0.49
Hex C6 35 9E 0 49 14 16 13D 3A 31
Octal 306 65 236 0 111 24 26 475 72 61
Binary 11000110 110101 10011110 0 1001001 10100 10110 100111101 111010 110001

Color Harmonies of #C6359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6359E

Black with #C6359E

Text Example


Text Example

White with #C6359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6359E; }

 p { color: rgb(198,53,158); }

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

background-color css

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

 a { background-color: rgb(198,53,158); }

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

border-color css

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

 span { border-color: rgb(198,53,158); }

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