Html Css Color HEX #C92971 Medium Red Violet

📋 copy color: '#C92971'

red 201 ◦ green 41 ◦ blue 113

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

Shades of Medium Red Violet #C92971

Tints of Medium Red Violet #C92971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.55%

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 56.62%
G = 11.55%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C92971 (or 0xC92971) is known color: Medium Red Violet. HEX triplet: C9, 29 and 71. RGB value is (201,41,113). Sum of RGB (Red+Green+Blue) = 201+41+113=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C92971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92971 is #36D68E. Grayscale: #606060. Windows color (decimal): -3593871 or 7416265. OLE color: 7416265.

HSL color Cylindrical-coordinate representation of color #C92971: hue angle of 333º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92971 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 41 113 -
CMYK 0 0.80 0.44 0.21
HSL 333º 0.66% 0.47% -
HSV(B) 333º 0.8% 0.79% -
XYZ 27.86 15.2 17.09 -
YUV 97.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 201 41 113 0 0.80 0.44 0.21 333 0.66 0.47
Hex C9 29 71 0 50 2C 15 14D 42 2F
Octal 311 51 161 0 120 54 25 515 102 57
Binary 11001001 101001 1110001 0 1010000 101100 10101 101001101 1000010 101111

Color Harmonies of #C92971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92971

Black with #C92971

Text Example


Text Example

White with #C92971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92971; }

 p { color: rgb(201,41,113); }

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

background-color css

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

 a { background-color: rgb(201,41,113); }

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

border-color css

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

 span { border-color: rgb(201,41,113); }

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