Html Css Color HEX #C90572 Medium Violet Red

📋 copy color: '#C90572'

red 201 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #C90572

Tints of Medium Violet Red #C90572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 62.81%
G = 1.56%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C90572 (or 0xC90572) is known color: Medium Violet Red. HEX triplet: C9, 05 and 72. RGB value is (201,5,114). Sum of RGB (Red+Green+Blue) = 201+5+114=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C90572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90572 is #36FA8D. Grayscale: #4B4B4B. Windows color (decimal): -3603086 or 7472585. OLE color: 7472585.

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

Color convert

RGB 201 5 114 -
CMYK 0 0.98 0.43 0.21
HSL 326.63º 0.95% 0.4% -
HSV(B) 326.63º 0.98% 0.79% -
XYZ 27.18 13.74 17.14 -
YUV 76.03 149.43 217.14 -
System Red Green Blue C M Y K H S L
Decimal 201 5 114 0 0.98 0.43 0.21 326.63 0.95 0.4
Hex C9 5 72 0 62 2B 15 147 5F 28
Octal 311 5 162 0 142 53 25 507 137 50
Binary 11001001 101 1110010 0 1100010 101011 10101 101000111 1011111 101000

Color Harmonies of #C90572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90572

Black with #C90572

Text Example


Text Example

White with #C90572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90572; }

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

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

background-color css

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

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

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

border-color css

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

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

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