Html Css Color HEX #C92083 Medium Violet Red

📋 copy color: '#C92083'

red 201 ◦ green 32 ◦ blue 131

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

Shades of Medium Violet Red #C92083

Tints of Medium Violet Red #C92083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 55.22%
G = 8.79%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C92083 (or 0xC92083) is known color: Medium Violet Red. HEX triplet: C9, 20 and 83. RGB value is (201,32,131). Sum of RGB (Red+Green+Blue) = 201+32+131=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C92083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92083 is #36DF7C. Grayscale: #5D5D5D. Windows color (decimal): -3596157 or 8593609. OLE color: 8593609.

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

Color convert

RGB 201 32 131 -
CMYK 0 0.84 0.35 0.21
HSL 324.85º 0.73% 0.46% -
HSV(B) 324.85º 0.84% 0.79% -
XYZ 28.7 15.09 22.87 -
YUV 93.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 201 32 131 0 0.84 0.35 0.21 324.85 0.73 0.46
Hex C9 20 83 0 54 23 15 145 49 2E
Octal 311 40 203 0 124 43 25 505 111 56
Binary 11001001 100000 10000011 0 1010100 100011 10101 101000101 1001001 101110

Color Harmonies of #C92083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92083

Black with #C92083

Text Example


Text Example

White with #C92083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92083; }

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

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

background-color css

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

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

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

border-color css

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

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

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