Html Css Color HEX #C92295 Medium Violet Red

📋 copy color: '#C92295'

red 201 ◦ green 34 ◦ blue 149

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

Shades of Medium Violet Red #C92295

Tints of Medium Violet Red #C92295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 52.34%
G = 8.85%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C92295 (or 0xC92295) is known color: Medium Violet Red. HEX triplet: C9, 22 and 95. RGB value is (201,34,149). Sum of RGB (Red+Green+Blue) = 201+34+149=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C92295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92295 is #36DD6A. Grayscale: #606060. Windows color (decimal): -3595627 or 9773769. OLE color: 9773769.

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

Color convert

RGB 201 34 149 -
CMYK 0 0.83 0.26 0.21
HSL 318.68º 0.71% 0.46% -
HSV(B) 318.68º 0.83% 0.79% -
XYZ 30.08 15.73 29.88 -
YUV 97.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 201 34 149 0 0.83 0.26 0.21 318.68 0.71 0.46
Hex C9 22 95 0 53 1A 15 13F 47 2E
Octal 311 42 225 0 123 32 25 477 107 56
Binary 11001001 100010 10010101 0 1010011 11010 10101 100111111 1000111 101110

Color Harmonies of #C92295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92295

Black with #C92295

Text Example


Text Example

White with #C92295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92295; }

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

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

background-color css

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

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

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

border-color css

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

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

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