Html Css Color HEX #C9318F Medium Red Violet

📋 copy color: '#C9318F'

red 201 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #C9318F

Tints of Medium Red Violet #C9318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.47%

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

R = 51.15%
G = 12.47%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9318F (or 0xC9318F) is known color: Medium Red Violet. HEX triplet: C9, 31 and 8F. RGB value is (201,49,143). Sum of RGB (Red+Green+Blue) = 201+49+143=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9318F is #36CE70. Grayscale: #686868. Windows color (decimal): -3591793 or 9384393. OLE color: 9384393.

HSL color Cylindrical-coordinate representation of color #C9318F: hue angle of 322.89º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9318F is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 143 -
CMYK 0 0.76 0.29 0.21
HSL 322.89º 0.61% 0.49% -
HSV(B) 322.89º 0.76% 0.79% -
XYZ 30.14 16.6 27.6 -
YUV 105.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 201 49 143 0 0.76 0.29 0.21 322.89 0.61 0.49
Hex C9 31 8F 0 4C 1D 15 143 3D 31
Octal 311 61 217 0 114 35 25 503 75 61
Binary 11001001 110001 10001111 0 1001100 11101 10101 101000011 111101 110001

Color Harmonies of #C9318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9318F

Black with #C9318F

Text Example


Text Example

White with #C9318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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