Html Css Color HEX #C92D9A Medium Red Violet

📋 copy color: '#C92D9A'

red 201 ◦ green 45 ◦ blue 154

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

Shades of Medium Red Violet #C92D9A

Tints of Medium Red Violet #C92D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 50.25%
G = 11.25%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C92D9A (or 0xC92D9A) is known color: Medium Red Violet. HEX triplet: C9, 2D and 9A. RGB value is (201,45,154). Sum of RGB (Red+Green+Blue) = 201+45+154=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92D9A is #36D265. Grayscale: #676767. Windows color (decimal): -3592806 or 10104265. OLE color: 10104265.

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

Color convert

RGB 201 45 154 -
CMYK 0 0.78 0.23 0.21
HSL 318.08º 0.63% 0.48% -
HSV(B) 318.08º 0.78% 0.79% -
XYZ 30.86 16.63 32.15 -
YUV 104.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 201 45 154 0 0.78 0.23 0.21 318.08 0.63 0.48
Hex C9 2D 9A 0 4E 17 15 13E 3F 30
Octal 311 55 232 0 116 27 25 476 77 60
Binary 11001001 101101 10011010 0 1001110 10111 10101 100111110 111111 110000

Color Harmonies of #C92D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92D9A

Black with #C92D9A

Text Example


Text Example

White with #C92D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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