Html Css Color HEX #C93284 Medium Red Violet

📋 copy color: '#C93284'

red 201 ◦ green 50 ◦ blue 132

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

Shades of Medium Red Violet #C93284

Tints of Medium Red Violet #C93284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 52.48%
G = 13.05%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C93284 (or 0xC93284) is known color: Medium Red Violet. HEX triplet: C9, 32 and 84. RGB value is (201,50,132). Sum of RGB (Red+Green+Blue) = 201+50+132=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C93284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93284 is #36CD7B. Grayscale: #686868. Windows color (decimal): -3591548 or 8663753. OLE color: 8663753.

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

Color convert

RGB 201 50 132 -
CMYK 0 0.75 0.34 0.21
HSL 327.42º 0.6% 0.49% -
HSV(B) 327.42º 0.75% 0.79% -
XYZ 29.39 16.36 23.44 -
YUV 104.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 201 50 132 0 0.75 0.34 0.21 327.42 0.6 0.49
Hex C9 32 84 0 4B 22 15 147 3C 31
Octal 311 62 204 0 113 42 25 507 74 61
Binary 11001001 110010 10000100 0 1001011 100010 10101 101000111 111100 110001

Color Harmonies of #C93284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93284

Black with #C93284

Text Example


Text Example

White with #C93284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93284; }

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

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

background-color css

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

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

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

border-color css

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

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

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