Html Css Color HEX #C92C8E Medium Red Violet

📋 copy color: '#C92C8E'

red 201 ◦ green 44 ◦ blue 142

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

Shades of Medium Red Violet #C92C8E

Tints of Medium Red Violet #C92C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 51.94%
G = 11.37%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C92C8E (or 0xC92C8E) is known color: Medium Red Violet. HEX triplet: C9, 2C and 8E. RGB value is (201,44,142). Sum of RGB (Red+Green+Blue) = 201+44+142=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92C8E is #36D371. Grayscale: #656565. Windows color (decimal): -3593074 or 9317577. OLE color: 9317577.

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

Color convert

RGB 201 44 142 -
CMYK 0 0.78 0.29 0.21
HSL 322.55º 0.64% 0.48% -
HSV(B) 322.55º 0.78% 0.79% -
XYZ 29.87 16.17 27.14 -
YUV 102.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 201 44 142 0 0.78 0.29 0.21 322.55 0.64 0.48
Hex C9 2C 8E 0 4E 1D 15 143 40 30
Octal 311 54 216 0 116 35 25 503 100 60
Binary 11001001 101100 10001110 0 1001110 11101 10101 101000011 1000000 110000

Color Harmonies of #C92C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C8E

Black with #C92C8E

Text Example


Text Example

White with #C92C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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