Html Css Color HEX #C93487 Medium Red Violet

📋 copy color: '#C93487'

red 201 ◦ green 52 ◦ blue 135

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

Shades of Medium Red Violet #C93487

Tints of Medium Red Violet #C93487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.4%

 BLUE value IS 135 (53.13% from 255) = 34.79%

R = 51.8%
G = 13.4%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C93487 (or 0xC93487) is known color: Medium Red Violet. HEX triplet: C9, 34 and 87. RGB value is (201,52,135). Sum of RGB (Red+Green+Blue) = 201+52+135=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C93487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93487 is #36CB78. Grayscale: #696969. Windows color (decimal): -3591033 or 8860873. OLE color: 8860873.

HSL color Cylindrical-coordinate representation of color #C93487: hue angle of 326.58º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93487 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 135 -
CMYK 0 0.74 0.33 0.21
HSL 326.58º 0.59% 0.5% -
HSV(B) 326.58º 0.74% 0.79% -
XYZ 29.69 16.62 24.57 -
YUV 106.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 201 52 135 0 0.74 0.33 0.21 326.58 0.59 0.5
Hex C9 34 87 0 4A 21 15 147 3B 32
Octal 311 64 207 0 112 41 25 507 73 62
Binary 11001001 110100 10000111 0 1001010 100001 10101 101000111 111011 110010

Color Harmonies of #C93487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93487

Black with #C93487

Text Example


Text Example

White with #C93487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93487; }

 p { color: rgb(201,52,135); }

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

background-color css

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

 a { background-color: rgb(201,52,135); }

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

border-color css

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

 span { border-color: rgb(201,52,135); }

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