Html Css Color HEX #C9277F Medium Red Violet

📋 copy color: '#C9277F'

red 201 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #C9277F

Tints of Medium Red Violet #C9277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 54.77%
G = 10.63%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9277F (or 0xC9277F) is known color: Medium Red Violet. HEX triplet: C9, 27 and 7F. RGB value is (201,39,127). Sum of RGB (Red+Green+Blue) = 201+39+127=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9277F is #36D880. Grayscale: #616161. Windows color (decimal): -3594369 or 8333257. OLE color: 8333257.

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

Color convert

RGB 201 39 127 -
CMYK 0 0.81 0.37 0.21
HSL 327.41º 0.68% 0.47% -
HSV(B) 327.41º 0.81% 0.79% -
XYZ 28.64 15.4 21.54 -
YUV 97.47 144.67 201.84 -
System Red Green Blue C M Y K H S L
Decimal 201 39 127 0 0.81 0.37 0.21 327.41 0.68 0.47
Hex C9 27 7F 0 51 25 15 147 44 2F
Octal 311 47 177 0 121 45 25 507 104 57
Binary 11001001 100111 1111111 0 1010001 100101 10101 101000111 1000100 101111

Color Harmonies of #C9277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9277F

Black with #C9277F

Text Example


Text Example

White with #C9277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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