Html Css Color HEX #C9279B Medium Violet Red

📋 copy color: '#C9279B'

red 201 ◦ green 39 ◦ blue 155

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

Shades of Medium Violet Red #C9279B

Tints of Medium Violet Red #C9279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.87%

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 50.89%
G = 9.87%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9279B (or 0xC9279B) is known color: Medium Violet Red. HEX triplet: C9, 27 and 9B. RGB value is (201,39,155). Sum of RGB (Red+Green+Blue) = 201+39+155=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9279B is #36D864. Grayscale: #646464. Windows color (decimal): -3594341 or 10168265. OLE color: 10168265.

HSL color Cylindrical-coordinate representation of color #C9279B: hue angle of 317.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9279B is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 155 -
CMYK 0 0.81 0.23 0.21
HSL 317.04º 0.68% 0.47% -
HSV(B) 317.04º 0.81% 0.79% -
XYZ 30.73 16.24 32.52 -
YUV 100.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 201 39 155 0 0.81 0.23 0.21 317.04 0.68 0.47
Hex C9 27 9B 0 51 17 15 13D 44 2F
Octal 311 47 233 0 121 27 25 475 104 57
Binary 11001001 100111 10011011 0 1010001 10111 10101 100111101 1000100 101111

Color Harmonies of #C9279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9279B

Black with #C9279B

Text Example


Text Example

White with #C9279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9279B; }

 p { color: rgb(201,39,155); }

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

background-color css

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

 a { background-color: rgb(201,39,155); }

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

border-color css

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

 span { border-color: rgb(201,39,155); }

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