Html Css Color HEX #C92285 Medium Violet Red

📋 copy color: '#C92285'

red 201 ◦ green 34 ◦ blue 133

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

Shades of Medium Violet Red #C92285

Tints of Medium Violet Red #C92285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.24%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 54.62%
G = 9.24%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C92285 (or 0xC92285) is known color: Medium Violet Red. HEX triplet: C9, 22 and 85. RGB value is (201,34,133). Sum of RGB (Red+Green+Blue) = 201+34+133=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C92285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92285 is #36DD7A. Grayscale: #5E5E5E. Windows color (decimal): -3595643 or 8725193. OLE color: 8725193.

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

Color convert

RGB 201 34 133 -
CMYK 0 0.83 0.34 0.21
HSL 324.43º 0.71% 0.46% -
HSV(B) 324.43º 0.83% 0.79% -
XYZ 28.89 15.26 23.61 -
YUV 95.22 149.33 203.45 -
System Red Green Blue C M Y K H S L
Decimal 201 34 133 0 0.83 0.34 0.21 324.43 0.71 0.46
Hex C9 22 85 0 53 22 15 144 47 2E
Octal 311 42 205 0 123 42 25 504 107 56
Binary 11001001 100010 10000101 0 1010011 100010 10101 101000100 1000111 101110

Color Harmonies of #C92285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92285

Black with #C92285

Text Example


Text Example

White with #C92285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92285; }

 p { color: rgb(201,34,133); }

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

background-color css

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

 a { background-color: rgb(201,34,133); }

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

border-color css

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

 span { border-color: rgb(201,34,133); }

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