Html Css Color HEX #C92081 Medium Violet Red

📋 copy color: '#C92081'

red 201 ◦ green 32 ◦ blue 129

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

Shades of Medium Violet Red #C92081

Tints of Medium Violet Red #C92081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 55.52%
G = 8.84%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C92081 (or 0xC92081) is known color: Medium Violet Red. HEX triplet: C9, 20 and 81. RGB value is (201,32,129). Sum of RGB (Red+Green+Blue) = 201+32+129=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C92081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92081 is #36DF7E. Grayscale: #5D5D5D. Windows color (decimal): -3596159 or 8462537. OLE color: 8462537.

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

Color convert

RGB 201 32 129 -
CMYK 0 0.84 0.36 0.21
HSL 325.56º 0.73% 0.46% -
HSV(B) 325.56º 0.84% 0.79% -
XYZ 28.57 15.04 22.17 -
YUV 93.59 147.99 204.61 -
System Red Green Blue C M Y K H S L
Decimal 201 32 129 0 0.84 0.36 0.21 325.56 0.73 0.46
Hex C9 20 81 0 54 24 15 146 49 2E
Octal 311 40 201 0 124 44 25 506 111 56
Binary 11001001 100000 10000001 0 1010100 100100 10101 101000110 1001001 101110

Color Harmonies of #C92081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92081

Black with #C92081

Text Example


Text Example

White with #C92081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92081; }

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

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

background-color css

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

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

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

border-color css

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

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

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