Html Css Color HEX #C92E7D Medium Red Violet

📋 copy color: '#C92E7D'

red 201 ◦ green 46 ◦ blue 125

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

Shades of Medium Red Violet #C92E7D

Tints of Medium Red Violet #C92E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.37%

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

R = 54.03%
G = 12.37%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C92E7D (or 0xC92E7D) is known color: Medium Red Violet. HEX triplet: C9, 2E and 7D. RGB value is (201,46,125). Sum of RGB (Red+Green+Blue) = 201+46+125=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92E7D is #36D182. Grayscale: #656565. Windows color (decimal): -3592579 or 8203977. OLE color: 8203977.

HSL color Cylindrical-coordinate representation of color #C92E7D: hue angle of 329.42º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92E7D is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 46 125 -
CMYK 0 0.77 0.38 0.21
HSL 329.42º 0.63% 0.48% -
HSV(B) 329.42º 0.77% 0.79% -
XYZ 28.77 15.85 20.95 -
YUV 101.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 201 46 125 0 0.77 0.38 0.21 329.42 0.63 0.48
Hex C9 2E 7D 0 4D 26 15 149 3F 30
Octal 311 56 175 0 115 46 25 511 77 60
Binary 11001001 101110 1111101 0 1001101 100110 10101 101001001 111111 110000

Color Harmonies of #C92E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92E7D

Black with #C92E7D

Text Example


Text Example

White with #C92E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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