Html Css Color HEX #C92D7F Medium Red Violet

📋 copy color: '#C92D7F'

red 201 ◦ green 45 ◦ blue 127

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

Shades of Medium Red Violet #C92D7F

Tints of Medium Red Violet #C92D7F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.06%

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

R = 53.89%
G = 12.06%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C92D7F (or 0xC92D7F) is known color: Medium Red Violet. HEX triplet: C9, 2D and 7F. RGB value is (201,45,127). Sum of RGB (Red+Green+Blue) = 201+45+127=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92D7F is #36D280. Grayscale: #646464. Windows color (decimal): -3592833 or 8334793. OLE color: 8334793.

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

Color convert

RGB 201 45 127 -
CMYK 0 0.78 0.37 0.21
HSL 328.46º 0.63% 0.48% -
HSV(B) 328.46º 0.78% 0.79% -
XYZ 28.86 15.83 21.61 -
YUV 100.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 201 45 127 0 0.78 0.37 0.21 328.46 0.63 0.48
Hex C9 2D 7F 0 4E 25 15 148 3F 30
Octal 311 55 177 0 116 45 25 510 77 60
Binary 11001001 101101 1111111 0 1001110 100101 10101 101001000 111111 110000

Color Harmonies of #C92D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92D7F

Black with #C92D7F

Text Example


Text Example

White with #C92D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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