Html Css Color HEX #C51283 Medium Violet Red

📋 copy color: '#C51283'

red 197 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #C51283

Tints of Medium Violet Red #C51283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

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

R = 56.94%
G = 5.2%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C51283 (or 0xC51283) is known color: Medium Violet Red. HEX triplet: C5, 12 and 83. RGB value is (197,18,131). Sum of RGB (Red+Green+Blue) = 197+18+131=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C51283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51283 is #3AED7C. Grayscale: #545454. Windows color (decimal): -3861885 or 8590021. OLE color: 8590021.

HSL color Cylindrical-coordinate representation of color #C51283: hue angle of 322.12º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51283 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 131 -
CMYK 0 0.91 0.34 0.23
HSL 322.12º 0.83% 0.42% -
HSV(B) 322.12º 0.91% 0.77% -
XYZ 27.34 13.94 22.72 -
YUV 84.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 197 18 131 0 0.91 0.34 0.23 322.12 0.83 0.42
Hex C5 12 83 0 5B 22 17 142 53 2A
Octal 305 22 203 0 133 42 27 502 123 52
Binary 11000101 10010 10000011 0 1011011 100010 10111 101000010 1010011 101010

Color Harmonies of #C51283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51283

Black with #C51283

Text Example


Text Example

White with #C51283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51283; }

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

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

background-color css

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

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

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

border-color css

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

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

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