Html Css Color HEX #C9368F Medium Red Violet

📋 copy color: '#C9368F'

red 201 ◦ green 54 ◦ blue 143

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

Shades of Medium Red Violet #C9368F

Tints of Medium Red Violet #C9368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 50.5%
G = 13.57%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9368F (or 0xC9368F) is known color: Medium Red Violet. HEX triplet: C9, 36 and 8F. RGB value is (201,54,143). Sum of RGB (Red+Green+Blue) = 201+54+143=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9368F is #36C970. Grayscale: #6B6B6B. Windows color (decimal): -3590513 or 9385673. OLE color: 9385673.

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

Color convert

RGB 201 54 143 -
CMYK 0 0.73 0.29 0.21
HSL 323.67º 0.58% 0.5% -
HSV(B) 323.67º 0.73% 0.79% -
XYZ 30.36 17.04 27.68 -
YUV 108.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 201 54 143 0 0.73 0.29 0.21 323.67 0.58 0.5
Hex C9 36 8F 0 49 1D 15 144 3A 32
Octal 311 66 217 0 111 35 25 504 72 62
Binary 11001001 110110 10001111 0 1001001 11101 10101 101000100 111010 110010

Color Harmonies of #C9368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9368F

Black with #C9368F

Text Example


Text Example

White with #C9368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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