Html Css Color HEX #C9358C Medium Red Violet

📋 copy color: '#C9358C'

red 201 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #C9358C

Tints of Medium Red Violet #C9358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 51.02%
G = 13.45%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9358C (or 0xC9358C) is known color: Medium Red Violet. HEX triplet: C9, 35 and 8C. RGB value is (201,53,140). Sum of RGB (Red+Green+Blue) = 201+53+140=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9358C is #36CA73. Grayscale: #6A6A6A. Windows color (decimal): -3590772 or 9188809. OLE color: 9188809.

HSL color Cylindrical-coordinate representation of color #C9358C: hue angle of 324.73º 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 #C9358C is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 53 140 -
CMYK 0 0.74 0.30 0.21
HSL 324.73º 0.58% 0.5% -
HSV(B) 324.73º 0.74% 0.79% -
XYZ 30.09 16.86 26.48 -
YUV 107.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 201 53 140 0 0.74 0.30 0.21 324.73 0.58 0.5
Hex C9 35 8C 0 4A 1E 15 145 3A 32
Octal 311 65 214 0 112 36 25 505 72 62
Binary 11001001 110101 10001100 0 1001010 11110 10101 101000101 111010 110010

Color Harmonies of #C9358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9358C

Black with #C9358C

Text Example


Text Example

White with #C9358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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