Html Css Color HEX #C91270 Medium Violet Red

📋 copy color: '#C91270'

red 201 ◦ green 18 ◦ blue 112

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

Shades of Medium Violet Red #C91270

Tints of Medium Violet Red #C91270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.44%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 60.73%
G = 5.44%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C91270 (or 0xC91270) is known color: Medium Violet Red. HEX triplet: C9, 12 and 70. RGB value is (201,18,112). Sum of RGB (Red+Green+Blue) = 201+18+112=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C91270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91270 is #36ED8F. Grayscale: #535353. Windows color (decimal): -3599760 or 7344841. OLE color: 7344841.

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

Color convert

RGB 201 18 112 -
CMYK 0 0.91 0.44 0.21
HSL 329.18º 0.84% 0.43% -
HSV(B) 329.18º 0.91% 0.79% -
XYZ 27.23 14.02 16.6 -
YUV 83.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 201 18 112 0 0.91 0.44 0.21 329.18 0.84 0.43
Hex C9 12 70 0 5B 2C 15 149 54 2B
Octal 311 22 160 0 133 54 25 511 124 53
Binary 11001001 10010 1110000 0 1011011 101100 10101 101001001 1010100 101011

Color Harmonies of #C91270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91270

Black with #C91270

Text Example


Text Example

White with #C91270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91270; }

 p { color: rgb(201,18,112); }

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

background-color css

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

 a { background-color: rgb(201,18,112); }

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

border-color css

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

 span { border-color: rgb(201,18,112); }

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