Html Css Color HEX #C92073 Medium Violet Red

📋 copy color: '#C92073'

red 201 ◦ green 32 ◦ blue 115

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

Shades of Medium Violet Red #C92073

Tints of Medium Violet Red #C92073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 57.76%
G = 9.2%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C92073 (or 0xC92073) is known color: Medium Violet Red. HEX triplet: C9, 20 and 73. RGB value is (201,32,115). Sum of RGB (Red+Green+Blue) = 201+32+115=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C92073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92073 is #36DF8C. Grayscale: #5B5B5B. Windows color (decimal): -3596173 or 7545033. OLE color: 7545033.

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

Color convert

RGB 201 32 115 -
CMYK 0 0.84 0.43 0.21
HSL 330.53º 0.73% 0.46% -
HSV(B) 330.53º 0.84% 0.79% -
XYZ 27.7 14.69 17.59 -
YUV 91.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 201 32 115 0 0.84 0.43 0.21 330.53 0.73 0.46
Hex C9 20 73 0 54 2B 15 14B 49 2E
Octal 311 40 163 0 124 53 25 513 111 56
Binary 11001001 100000 1110011 0 1010100 101011 10101 101001011 1001001 101110

Color Harmonies of #C92073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92073

Black with #C92073

Text Example


Text Example

White with #C92073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92073; }

 p { color: rgb(201,32,115); }

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

background-color css

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

 a { background-color: rgb(201,32,115); }

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

border-color css

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

 span { border-color: rgb(201,32,115); }

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