Html Css Color HEX #C92DAA Medium Red Violet

📋 copy color: '#C92DAA'

red 201 ◦ green 45 ◦ blue 170

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

Shades of Medium Red Violet #C92DAA

Tints of Medium Red Violet #C92DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 48.32%
G = 10.82%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C92DAA (or 0xC92DAA) is known color: Medium Red Violet. HEX triplet: C9, 2D and AA. RGB value is (201,45,170). Sum of RGB (Red+Green+Blue) = 201+45+170=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C92DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92DAA is #36D255. Grayscale: #696969. Windows color (decimal): -3592790 or 11152841. OLE color: 11152841.

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

Color convert

RGB 201 45 170 -
CMYK 0 0.78 0.15 0.21
HSL 311.92º 0.63% 0.48% -
HSV(B) 311.92º 0.78% 0.79% -
XYZ 32.28 17.2 39.65 -
YUV 105.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 201 45 170 0 0.78 0.15 0.21 311.92 0.63 0.48
Hex C9 2D AA 0 4E F 15 138 3F 30
Octal 311 55 252 0 116 17 25 470 77 60
Binary 11001001 101101 10101010 0 1001110 1111 10101 100111000 111111 110000

Color Harmonies of #C92DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92DAA

Black with #C92DAA

Text Example


Text Example

White with #C92DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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