Html Css Color HEX #C92CAC Medium Red Violet

📋 copy color: '#C92CAC'

red 201 ◦ green 44 ◦ blue 172

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

Shades of Medium Red Violet #C92CAC

Tints of Medium Red Violet #C92CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 48.2%
G = 10.55%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C92CAC (or 0xC92CAC) is known color: Medium Red Violet. HEX triplet: C9, 2C and AC. RGB value is (201,44,172). Sum of RGB (Red+Green+Blue) = 201+44+172=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92CAC is #36D353. Grayscale: #696969. Windows color (decimal): -3593044 or 11283657. OLE color: 11283657.

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

Color convert

RGB 201 44 172 -
CMYK 0 0.78 0.14 0.21
HSL 311.08º 0.64% 0.48% -
HSV(B) 311.08º 0.78% 0.79% -
XYZ 32.43 17.2 40.64 -
YUV 105.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 201 44 172 0 0.78 0.14 0.21 311.08 0.64 0.48
Hex C9 2C AC 0 4E E 15 137 40 30
Octal 311 54 254 0 116 16 25 467 100 60
Binary 11001001 101100 10101100 0 1001110 1110 10101 100110111 1000000 110000

Color Harmonies of #C92CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CAC

Black with #C92CAC

Text Example


Text Example

White with #C92CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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