Html Css Color HEX #C92088 Medium Violet Red

📋 copy color: '#C92088'

red 201 ◦ green 32 ◦ blue 136

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

Shades of Medium Violet Red #C92088

Tints of Medium Violet Red #C92088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.67%

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

R = 54.47%
G = 8.67%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C92088 (or 0xC92088) is known color: Medium Violet Red. HEX triplet: C9, 20 and 88. RGB value is (201,32,136). Sum of RGB (Red+Green+Blue) = 201+32+136=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C92088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92088 is #36DF77. Grayscale: #5E5E5E. Windows color (decimal): -3596152 or 8921289. OLE color: 8921289.

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

Color convert

RGB 201 32 136 -
CMYK 0 0.84 0.32 0.21
HSL 323.08º 0.73% 0.46% -
HSV(B) 323.08º 0.84% 0.79% -
XYZ 29.05 15.23 24.7 -
YUV 94.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 201 32 136 0 0.84 0.32 0.21 323.08 0.73 0.46
Hex C9 20 88 0 54 20 15 143 49 2E
Octal 311 40 210 0 124 40 25 503 111 56
Binary 11001001 100000 10001000 0 1010100 100000 10101 101000011 1001001 101110

Color Harmonies of #C92088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92088

Black with #C92088

Text Example


Text Example

White with #C92088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92088; }

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

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

background-color css

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

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

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

border-color css

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

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

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