Html Css Color HEX #C91875 Medium Violet Red

📋 copy color: '#C91875'

red 201 ◦ green 24 ◦ blue 117

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

Shades of Medium Violet Red #C91875

Tints of Medium Violet Red #C91875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 58.77%
G = 7.02%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C91875 (or 0xC91875) is known color: Medium Violet Red. HEX triplet: C9, 18 and 75. RGB value is (201,24,117). Sum of RGB (Red+Green+Blue) = 201+24+117=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C91875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91875 is #36E78A. Grayscale: #575757. Windows color (decimal): -3598219 or 7674057. OLE color: 7674057.

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

Color convert

RGB 201 24 117 -
CMYK 0 0.88 0.42 0.21
HSL 328.47º 0.79% 0.44% -
HSV(B) 328.47º 0.88% 0.79% -
XYZ 27.62 14.36 18.14 -
YUV 87.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 201 24 117 0 0.88 0.42 0.21 328.47 0.79 0.44
Hex C9 18 75 0 58 2A 15 148 4F 2C
Octal 311 30 165 0 130 52 25 510 117 54
Binary 11001001 11000 1110101 0 1011000 101010 10101 101001000 1001111 101100

Color Harmonies of #C91875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91875

Black with #C91875

Text Example


Text Example

White with #C91875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91875; }

 p { color: rgb(201,24,117); }

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

background-color css

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

 a { background-color: rgb(201,24,117); }

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

border-color css

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

 span { border-color: rgb(201,24,117); }

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