Html Css Color HEX #C92472 Medium Violet Red

📋 copy color: '#C92472'

red 201 ◦ green 36 ◦ blue 114

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

Shades of Medium Violet Red #C92472

Tints of Medium Violet Red #C92472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.26%

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 57.26%
G = 10.26%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C92472 (or 0xC92472) is known color: Medium Violet Red. HEX triplet: C9, 24 and 72. RGB value is (201,36,114). Sum of RGB (Red+Green+Blue) = 201+36+114=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C92472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92472 is #36DB8D. Grayscale: #5E5E5E. Windows color (decimal): -3595150 or 7480521. OLE color: 7480521.

HSL color Cylindrical-coordinate representation of color #C92472: hue angle of 331.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92472 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 36 114 -
CMYK 0 0.82 0.43 0.21
HSL 331.64º 0.7% 0.46% -
HSV(B) 331.64º 0.82% 0.79% -
XYZ 27.76 14.89 17.33 -
YUV 94.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 201 36 114 0 0.82 0.43 0.21 331.64 0.7 0.46
Hex C9 24 72 0 52 2B 15 14C 46 2E
Octal 311 44 162 0 122 53 25 514 106 56
Binary 11001001 100100 1110010 0 1010010 101011 10101 101001100 1000110 101110

Color Harmonies of #C92472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92472

Black with #C92472

Text Example


Text Example

White with #C92472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92472; }

 p { color: rgb(201,36,114); }

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

background-color css

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

 a { background-color: rgb(201,36,114); }

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

border-color css

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

 span { border-color: rgb(201,36,114); }

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