Html Css Color HEX #C53483 Medium Red Violet

📋 copy color: '#C53483'

red 197 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #C53483

Tints of Medium Red Violet #C53483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 51.84%
G = 13.68%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C53483 (or 0xC53483) is known color: Medium Red Violet. HEX triplet: C5, 34 and 83. RGB value is (197,52,131). Sum of RGB (Red+Green+Blue) = 197+52+131=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C53483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53483 is #3ACB7C. Grayscale: #686868. Windows color (decimal): -3853181 or 8598725. OLE color: 8598725.

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

Color convert

RGB 197 52 131 -
CMYK 0 0.74 0.34 0.23
HSL 327.31º 0.58% 0.49% -
HSV(B) 327.31º 0.74% 0.77% -
XYZ 28.35 15.96 23.06 -
YUV 104.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 197 52 131 0 0.74 0.34 0.23 327.31 0.58 0.49
Hex C5 34 83 0 4A 22 17 147 3A 31
Octal 305 64 203 0 112 42 27 507 72 61
Binary 11000101 110100 10000011 0 1001010 100010 10111 101000111 111010 110001

Color Harmonies of #C53483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53483

Black with #C53483

Text Example


Text Example

White with #C53483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53483; }

 p { color: rgb(197,52,131); }

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

background-color css

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

 a { background-color: rgb(197,52,131); }

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

border-color css

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

 span { border-color: rgb(197,52,131); }

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