Html Css Color HEX #C92C9A Medium Red Violet

📋 copy color: '#C92C9A'

red 201 ◦ green 44 ◦ blue 154

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

Shades of Medium Red Violet #C92C9A

Tints of Medium Red Violet #C92C9A

RGB

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

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

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

R = 50.38%
G = 11.03%
B = 38.6%

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

#C92C9A (or 0xC92C9A) is known color: Medium Red Violet. HEX triplet: C9, 2C and 9A. RGB value is (201,44,154). Sum of RGB (Red+Green+Blue) = 201+44+154=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92C9A is #36D365. Grayscale: #676767. Windows color (decimal): -3593062 or 10104009. OLE color: 10104009.

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

Color convert

RGB 201 44 154 -
CMYK 0 0.78 0.23 0.21
HSL 317.96º 0.64% 0.48% -
HSV(B) 317.96º 0.78% 0.79% -
XYZ 30.82 16.55 32.14 -
YUV 103.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 201 44 154 0 0.78 0.23 0.21 317.96 0.64 0.48
Hex C9 2C 9A 0 4E 17 15 13E 40 30
Octal 311 54 232 0 116 27 25 476 100 60
Binary 11001001 101100 10011010 0 1001110 10111 10101 100111110 1000000 110000

Color Harmonies of #C92C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C9A

Black with #C92C9A

Text Example


Text Example

White with #C92C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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