Html Css Color HEX #C92198 Medium Violet Red

📋 copy color: '#C92198'

red 201 ◦ green 33 ◦ blue 152

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

Shades of Medium Violet Red #C92198

Tints of Medium Violet Red #C92198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.38%

R = 52.07%
G = 8.55%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C92198 (or 0xC92198) is known color: Medium Violet Red. HEX triplet: C9, 21 and 98. RGB value is (201,33,152). Sum of RGB (Red+Green+Blue) = 201+33+152=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C92198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92198 is #36DE67. Grayscale: #606060. Windows color (decimal): -3595880 or 9970121. OLE color: 9970121.

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

Color convert

RGB 201 33 152 -
CMYK 0 0.84 0.24 0.21
HSL 317.5º 0.72% 0.46% -
HSV(B) 317.5º 0.84% 0.79% -
XYZ 30.3 15.77 31.15 -
YUV 96.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 201 33 152 0 0.84 0.24 0.21 317.5 0.72 0.46
Hex C9 21 98 0 54 18 15 13E 48 2E
Octal 311 41 230 0 124 30 25 476 110 56
Binary 11001001 100001 10011000 0 1010100 11000 10101 100111110 1001000 101110

Color Harmonies of #C92198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92198

Black with #C92198

Text Example


Text Example

White with #C92198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92198; }

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

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

background-color css

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

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

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

border-color css

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

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

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