Html Css Color HEX #C93287 Medium Red Violet

📋 copy color: '#C93287'

red 201 ◦ green 50 ◦ blue 135

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

Shades of Medium Red Violet #C93287

Tints of Medium Red Violet #C93287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.95%

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

R = 52.07%
G = 12.95%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C93287 (or 0xC93287) is known color: Medium Red Violet. HEX triplet: C9, 32 and 87. RGB value is (201,50,135). Sum of RGB (Red+Green+Blue) = 201+50+135=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C93287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93287 is #36CD78. Grayscale: #686868. Windows color (decimal): -3591545 or 8860361. OLE color: 8860361.

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

Color convert

RGB 201 50 135 -
CMYK 0 0.75 0.33 0.21
HSL 326.23º 0.6% 0.49% -
HSV(B) 326.23º 0.75% 0.79% -
XYZ 29.6 16.45 24.54 -
YUV 104.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 201 50 135 0 0.75 0.33 0.21 326.23 0.6 0.49
Hex C9 32 87 0 4B 21 15 146 3C 31
Octal 311 62 207 0 113 41 25 506 74 61
Binary 11001001 110010 10000111 0 1001011 100001 10101 101000110 111100 110001

Color Harmonies of #C93287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93287

Black with #C93287

Text Example


Text Example

White with #C93287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93287; }

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

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

background-color css

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

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

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

border-color css

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

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

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