Html Css Color HEX #C93485 Medium Red Violet

📋 copy color: '#C93485'

red 201 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #C93485

Tints of Medium Red Violet #C93485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 52.07%
G = 13.47%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C93485 (or 0xC93485) is known color: Medium Red Violet. HEX triplet: C9, 34 and 85. RGB value is (201,52,133). Sum of RGB (Red+Green+Blue) = 201+52+133=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C93485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93485 is #36CB7A. Grayscale: #696969. Windows color (decimal): -3591035 or 8729801. OLE color: 8729801.

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

Color convert

RGB 201 52 133 -
CMYK 0 0.74 0.34 0.21
HSL 327.38º 0.59% 0.5% -
HSV(B) 327.38º 0.74% 0.79% -
XYZ 29.55 16.57 23.83 -
YUV 105.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 201 52 133 0 0.74 0.34 0.21 327.38 0.59 0.5
Hex C9 34 85 0 4A 22 15 147 3B 32
Octal 311 64 205 0 112 42 25 507 73 62
Binary 11001001 110100 10000101 0 1001010 100010 10101 101000111 111011 110010

Color Harmonies of #C93485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93485

Black with #C93485

Text Example


Text Example

White with #C93485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93485; }

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

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

background-color css

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

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

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

border-color css

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

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

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