Html Css Color HEX #C93488 Medium Red Violet

📋 copy color: '#C93488'

red 201 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #C93488

Tints of Medium Red Violet #C93488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 51.67%
G = 13.37%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C93488 (or 0xC93488) is known color: Medium Red Violet. HEX triplet: C9, 34 and 88. RGB value is (201,52,136). Sum of RGB (Red+Green+Blue) = 201+52+136=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C93488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93488 is #36CB77. Grayscale: #696969. Windows color (decimal): -3591032 or 8926409. OLE color: 8926409.

HSL color Cylindrical-coordinate representation of color #C93488: hue angle of 326.17º 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 #C93488 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 136 -
CMYK 0 0.74 0.32 0.21
HSL 326.17º 0.59% 0.5% -
HSV(B) 326.17º 0.74% 0.79% -
XYZ 29.76 16.65 24.94 -
YUV 106.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 201 52 136 0 0.74 0.32 0.21 326.17 0.59 0.5
Hex C9 34 88 0 4A 20 15 146 3B 32
Octal 311 64 210 0 112 40 25 506 73 62
Binary 11001001 110100 10001000 0 1001010 100000 10101 101000110 111011 110010

Color Harmonies of #C93488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93488

Black with #C93488

Text Example


Text Example

White with #C93488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93488; }

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

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

background-color css

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

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

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

border-color css

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

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

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