Html Css Color HEX #C92196 Medium Violet Red

📋 copy color: '#C92196'

red 201 ◦ green 33 ◦ blue 150

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

Shades of Medium Violet Red #C92196

Tints of Medium Violet Red #C92196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

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

R = 52.34%
G = 8.59%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C92196 (or 0xC92196) is known color: Medium Violet Red. HEX triplet: C9, 21 and 96. RGB value is (201,33,150). Sum of RGB (Red+Green+Blue) = 201+33+150=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C92196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92196 is #36DE69. Grayscale: #606060. Windows color (decimal): -3595882 or 9839049. OLE color: 9839049.

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

Color convert

RGB 201 33 150 -
CMYK 0 0.84 0.25 0.21
HSL 318.21º 0.72% 0.46% -
HSV(B) 318.21º 0.84% 0.79% -
XYZ 30.14 15.71 30.3 -
YUV 96.57 158.16 202.49 -
System Red Green Blue C M Y K H S L
Decimal 201 33 150 0 0.84 0.25 0.21 318.21 0.72 0.46
Hex C9 21 96 0 54 19 15 13E 48 2E
Octal 311 41 226 0 124 31 25 476 110 56
Binary 11001001 100001 10010110 0 1010100 11001 10101 100111110 1001000 101110

Color Harmonies of #C92196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92196

Black with #C92196

Text Example


Text Example

White with #C92196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92196; }

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

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

background-color css

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

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

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

border-color css

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

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

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