Html Css Color HEX #C92194 Medium Violet Red

📋 copy color: '#C92194'

red 201 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #C92194

Tints of Medium Violet Red #C92194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 52.62%
G = 8.64%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C92194 (or 0xC92194) is known color: Medium Violet Red. HEX triplet: C9, 21 and 94. RGB value is (201,33,148). Sum of RGB (Red+Green+Blue) = 201+33+148=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C92194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92194 is #36DE6B. Grayscale: #606060. Windows color (decimal): -3595884 or 9707977. OLE color: 9707977.

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

Color convert

RGB 201 33 148 -
CMYK 0 0.84 0.26 0.21
HSL 318.93º 0.72% 0.46% -
HSV(B) 318.93º 0.84% 0.79% -
XYZ 29.98 15.64 29.46 -
YUV 96.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 201 33 148 0 0.84 0.26 0.21 318.93 0.72 0.46
Hex C9 21 94 0 54 1A 15 13F 48 2E
Octal 311 41 224 0 124 32 25 477 110 56
Binary 11001001 100001 10010100 0 1010100 11010 10101 100111111 1001000 101110

Color Harmonies of #C92194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92194

Black with #C92194

Text Example


Text Example

White with #C92194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92194; }

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

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

background-color css

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

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

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

border-color css

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

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

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