Html Css Color HEX #C53382 Medium Red Violet

📋 copy color: '#C53382'

red 197 ◦ green 51 ◦ blue 130

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

Shades of Medium Red Violet #C53382

Tints of Medium Red Violet #C53382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 52.12%
G = 13.49%
B = 34.39%

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

#C53382 (or 0xC53382) is known color: Medium Red Violet. HEX triplet: C5, 33 and 82. RGB value is (197,51,130). Sum of RGB (Red+Green+Blue) = 197+51+130=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C53382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53382 is #3ACC7D. Grayscale: #676767. Windows color (decimal): -3853438 or 8532933. OLE color: 8532933.

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

Color convert

RGB 197 51 130 -
CMYK 0 0.74 0.34 0.23
HSL 327.53º 0.59% 0.49% -
HSV(B) 327.53º 0.74% 0.77% -
XYZ 28.24 15.85 22.69 -
YUV 103.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 197 51 130 0 0.74 0.34 0.23 327.53 0.59 0.49
Hex C5 33 82 0 4A 22 17 148 3B 31
Octal 305 63 202 0 112 42 27 510 73 61
Binary 11000101 110011 10000010 0 1001010 100010 10111 101001000 111011 110001

Color Harmonies of #C53382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53382

Black with #C53382

Text Example


Text Example

White with #C53382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53382; }

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

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

background-color css

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

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

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

border-color css

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

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

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