Html Css Color HEX #C9277D Medium Red Violet

📋 copy color: '#C9277D'

red 201 ◦ green 39 ◦ blue 125

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

Shades of Medium Red Violet #C9277D

Tints of Medium Red Violet #C9277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 55.07%
G = 10.68%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9277D (or 0xC9277D) is known color: Medium Red Violet. HEX triplet: C9, 27 and 7D. RGB value is (201,39,125). Sum of RGB (Red+Green+Blue) = 201+39+125=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9277D is #36D882. Grayscale: #616161. Windows color (decimal): -3594371 or 8202185. OLE color: 8202185.

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

Color convert

RGB 201 39 125 -
CMYK 0 0.81 0.38 0.21
HSL 328.15º 0.68% 0.47% -
HSV(B) 328.15º 0.81% 0.79% -
XYZ 28.51 15.35 20.86 -
YUV 97.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 201 39 125 0 0.81 0.38 0.21 328.15 0.68 0.47
Hex C9 27 7D 0 51 26 15 148 44 2F
Octal 311 47 175 0 121 46 25 510 104 57
Binary 11001001 100111 1111101 0 1010001 100110 10101 101001000 1000100 101111

Color Harmonies of #C9277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9277D

Black with #C9277D

Text Example


Text Example

White with #C9277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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