Html Css Color HEX #C93481 Medium Red Violet

📋 copy color: '#C93481'

red 201 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #C93481

Tints of Medium Red Violet #C93481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 52.62%
G = 13.61%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C93481 (or 0xC93481) is known color: Medium Red Violet. HEX triplet: C9, 34 and 81. RGB value is (201,52,129). Sum of RGB (Red+Green+Blue) = 201+52+129=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C93481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93481 is #36CB7E. Grayscale: #696969. Windows color (decimal): -3591039 or 8467657. OLE color: 8467657.

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

Color convert

RGB 201 52 129 -
CMYK 0 0.74 0.36 0.21
HSL 328.99º 0.59% 0.5% -
HSV(B) 328.99º 0.74% 0.79% -
XYZ 29.28 16.46 22.4 -
YUV 105.33 141.36 196.24 -
System Red Green Blue C M Y K H S L
Decimal 201 52 129 0 0.74 0.36 0.21 328.99 0.59 0.5
Hex C9 34 81 0 4A 24 15 149 3B 32
Octal 311 64 201 0 112 44 25 511 73 62
Binary 11001001 110100 10000001 0 1001010 100100 10101 101001001 111011 110010

Color Harmonies of #C93481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93481

Black with #C93481

Text Example


Text Example

White with #C93481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93481; }

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

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

background-color css

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

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

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

border-color css

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

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

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