Html Css Color HEX #C92CA0 Medium Red Violet

📋 copy color: '#C92CA0'

red 201 ◦ green 44 ◦ blue 160

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

Shades of Medium Red Violet #C92CA0

Tints of Medium Red Violet #C92CA0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.86%

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 49.63%
G = 10.86%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C92CA0 (or 0xC92CA0) is known color: Medium Red Violet. HEX triplet: C9, 2C and A0. RGB value is (201,44,160). Sum of RGB (Red+Green+Blue) = 201+44+160=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92CA0 is #36D35F. Grayscale: #676767. Windows color (decimal): -3593056 or 10497225. OLE color: 10497225.

HSL color Cylindrical-coordinate representation of color #C92CA0: hue angle of 315.67º degrees, saturation: 0.64, 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 #C92CA0 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 44 160 -
CMYK 0 0.78 0.20 0.21
HSL 315.67º 0.64% 0.48% -
HSV(B) 315.67º 0.78% 0.79% -
XYZ 31.33 16.76 34.84 -
YUV 104.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 201 44 160 0 0.78 0.20 0.21 315.67 0.64 0.48
Hex C9 2C A0 0 4E 14 15 13C 40 30
Octal 311 54 240 0 116 24 25 474 100 60
Binary 11001001 101100 10100000 0 1001110 10100 10101 100111100 1000000 110000

Color Harmonies of #C92CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CA0

Black with #C92CA0

Text Example


Text Example

White with #C92CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CA0; }

 p { color: rgb(201,44,160); }

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

background-color css

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

 a { background-color: rgb(201,44,160); }

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

border-color css

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

 span { border-color: rgb(201,44,160); }

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