Html Css Color HEX #C53381 Medium Red Violet

📋 copy color: '#C53381'

red 197 ◦ green 51 ◦ blue 129

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

Shades of Medium Red Violet #C53381

Tints of Medium Red Violet #C53381

RGB

 RED value IS 197 (77.34% from 255) = 52.25%

 GREEN value IS 51 (20.31% from 255) = 13.53%

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

R = 52.25%
G = 13.53%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C53381 (or 0xC53381) is known color: Medium Red Violet. HEX triplet: C5, 33 and 81. RGB value is (197,51,129). Sum of RGB (Red+Green+Blue) = 197+51+129=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C53381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53381 is #3ACC7E. Grayscale: #676767. Windows color (decimal): -3853439 or 8467397. OLE color: 8467397.

HSL color Cylindrical-coordinate representation of color #C53381: hue angle of 327.95º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53381 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 129 -
CMYK 0 0.74 0.35 0.23
HSL 327.95º 0.59% 0.49% -
HSV(B) 327.95º 0.74% 0.77% -
XYZ 28.17 15.82 22.34 -
YUV 103.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 197 51 129 0 0.74 0.35 0.23 327.95 0.59 0.49
Hex C5 33 81 0 4A 23 17 148 3B 31
Octal 305 63 201 0 112 43 27 510 73 61
Binary 11000101 110011 10000001 0 1001010 100011 10111 101001000 111011 110001

Color Harmonies of #C53381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53381

Black with #C53381

Text Example


Text Example

White with #C53381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53381; }

 p { color: rgb(197,51,129); }

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

background-color css

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

 a { background-color: rgb(197,51,129); }

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

border-color css

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

 span { border-color: rgb(197,51,129); }

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