Html Css Color HEX #C92296 Medium Violet Red

📋 copy color: '#C92296'

red 201 ◦ green 34 ◦ blue 150

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

Shades of Medium Violet Red #C92296

Tints of Medium Violet Red #C92296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 52.21%
G = 8.83%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C92296 (or 0xC92296) is known color: Medium Violet Red. HEX triplet: C9, 22 and 96. RGB value is (201,34,150). Sum of RGB (Red+Green+Blue) = 201+34+150=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C92296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92296 is #36DD69. Grayscale: #606060. Windows color (decimal): -3595626 or 9839305. OLE color: 9839305.

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

Color convert

RGB 201 34 150 -
CMYK 0 0.83 0.25 0.21
HSL 318.32º 0.71% 0.46% -
HSV(B) 318.32º 0.83% 0.79% -
XYZ 30.16 15.76 30.31 -
YUV 97.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 201 34 150 0 0.83 0.25 0.21 318.32 0.71 0.46
Hex C9 22 96 0 53 19 15 13E 47 2E
Octal 311 42 226 0 123 31 25 476 107 56
Binary 11001001 100010 10010110 0 1010011 11001 10101 100111110 1000111 101110

Color Harmonies of #C92296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92296

Black with #C92296

Text Example


Text Example

White with #C92296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92296; }

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

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

background-color css

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

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

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

border-color css

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

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

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