Html Css Color HEX #C9359E Medium Red Violet

📋 copy color: '#C9359E'

red 201 ◦ green 53 ◦ blue 158

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

Shades of Medium Red Violet #C9359E

Tints of Medium Red Violet #C9359E

RGB

 RED value IS 201 (78.91% from 255) = 48.79%

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

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

R = 48.79%
G = 12.86%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9359E (or 0xC9359E) is known color: Medium Red Violet. HEX triplet: C9, 35 and 9E. RGB value is (201,53,158). Sum of RGB (Red+Green+Blue) = 201+53+158=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9359E is #36CA61. Grayscale: #6C6C6C. Windows color (decimal): -3590754 or 10368457. OLE color: 10368457.

HSL color Cylindrical-coordinate representation of color #C9359E: hue angle of 317.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9359E is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 53 158 -
CMYK 0 0.74 0.21 0.21
HSL 317.43º 0.58% 0.5% -
HSV(B) 317.43º 0.74% 0.79% -
XYZ 31.53 17.43 34.05 -
YUV 109.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 201 53 158 0 0.74 0.21 0.21 317.43 0.58 0.5
Hex C9 35 9E 0 4A 15 15 13D 3A 32
Octal 311 65 236 0 112 25 25 475 72 62
Binary 11001001 110101 10011110 0 1001010 10101 10101 100111101 111010 110010

Color Harmonies of #C9359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9359E

Black with #C9359E

Text Example


Text Example

White with #C9359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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