Html Css Color HEX #C9368D Medium Red Violet

📋 copy color: '#C9368D'

red 201 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #C9368D

Tints of Medium Red Violet #C9368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 50.76%
G = 13.64%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9368D (or 0xC9368D) is known color: Medium Red Violet. HEX triplet: C9, 36 and 8D. RGB value is (201,54,141). Sum of RGB (Red+Green+Blue) = 201+54+141=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9368D is #36C972. Grayscale: #6B6B6B. Windows color (decimal): -3590515 or 9254601. OLE color: 9254601.

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

Color convert

RGB 201 54 141 -
CMYK 0 0.73 0.30 0.21
HSL 324.49º 0.58% 0.5% -
HSV(B) 324.49º 0.73% 0.79% -
XYZ 30.21 16.98 26.88 -
YUV 107.87 146.7 194.43 -
System Red Green Blue C M Y K H S L
Decimal 201 54 141 0 0.73 0.30 0.21 324.49 0.58 0.5
Hex C9 36 8D 0 49 1E 15 144 3A 32
Octal 311 66 215 0 111 36 25 504 72 62
Binary 11001001 110110 10001101 0 1001001 11110 10101 101000100 111010 110010

Color Harmonies of #C9368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9368D

Black with #C9368D

Text Example


Text Example

White with #C9368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9368D; }

 p { color: rgb(201,54,141); }

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

background-color css

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

 a { background-color: rgb(201,54,141); }

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

border-color css

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

 span { border-color: rgb(201,54,141); }

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