Html Css Color HEX #C92E8A Medium Red Violet

📋 copy color: '#C92E8A'

red 201 ◦ green 46 ◦ blue 138

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

Shades of Medium Red Violet #C92E8A

Tints of Medium Red Violet #C92E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.95%

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 52.21%
G = 11.95%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C92E8A (or 0xC92E8A) is known color: Medium Red Violet. HEX triplet: C9, 2E and 8A. RGB value is (201,46,138). Sum of RGB (Red+Green+Blue) = 201+46+138=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92E8A is #36D175. Grayscale: #666666. Windows color (decimal): -3592566 or 9055945. OLE color: 9055945.

HSL color Cylindrical-coordinate representation of color #C92E8A: hue angle of 324.39º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92E8A is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 46 138 -
CMYK 0 0.77 0.31 0.21
HSL 324.39º 0.63% 0.48% -
HSV(B) 324.39º 0.77% 0.79% -
XYZ 29.65 16.21 25.61 -
YUV 102.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 201 46 138 0 0.77 0.31 0.21 324.39 0.63 0.48
Hex C9 2E 8A 0 4D 1F 15 144 3F 30
Octal 311 56 212 0 115 37 25 504 77 60
Binary 11001001 101110 10001010 0 1001101 11111 10101 101000100 111111 110000

Color Harmonies of #C92E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92E8A

Black with #C92E8A

Text Example


Text Example

White with #C92E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92E8A; }

 p { color: rgb(201,46,138); }

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

background-color css

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

 a { background-color: rgb(201,46,138); }

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

border-color css

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

 span { border-color: rgb(201,46,138); }

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