Html Css Color HEX #C92488 Medium Violet Red

📋 copy color: '#C92488'

red 201 ◦ green 36 ◦ blue 136

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

Shades of Medium Violet Red #C92488

Tints of Medium Violet Red #C92488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.65%

 BLUE value IS 136 (53.52% from 255) = 36.46%

R = 53.89%
G = 9.65%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C92488 (or 0xC92488) is known color: Medium Violet Red. HEX triplet: C9, 24 and 88. RGB value is (201,36,136). Sum of RGB (Red+Green+Blue) = 201+36+136=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C92488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92488 is #36DB77. Grayscale: #606060. Windows color (decimal): -3595128 or 8922313. OLE color: 8922313.

HSL color Cylindrical-coordinate representation of color #C92488: hue angle of 323.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92488 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 36 136 -
CMYK 0 0.82 0.32 0.21
HSL 323.64º 0.7% 0.46% -
HSV(B) 323.64º 0.82% 0.79% -
XYZ 29.16 15.46 24.74 -
YUV 96.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 201 36 136 0 0.82 0.32 0.21 323.64 0.7 0.46
Hex C9 24 88 0 52 20 15 144 46 2E
Octal 311 44 210 0 122 40 25 504 106 56
Binary 11001001 100100 10001000 0 1010010 100000 10101 101000100 1000110 101110

Color Harmonies of #C92488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92488

Black with #C92488

Text Example


Text Example

White with #C92488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92488; }

 p { color: rgb(201,36,136); }

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

background-color css

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

 a { background-color: rgb(201,36,136); }

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

border-color css

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

 span { border-color: rgb(201,36,136); }

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