Html Css Color HEX #C61283 Medium Violet Red

📋 copy color: '#C61283'

red 198 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #C61283

Tints of Medium Violet Red #C61283

RGB

 RED value IS 198 (77.73% from 255) = 57.06%

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

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

R = 57.06%
G = 5.19%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C61283 (or 0xC61283) is known color: Medium Violet Red. HEX triplet: C6, 12 and 83. RGB value is (198,18,131). Sum of RGB (Red+Green+Blue) = 198+18+131=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C61283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61283 is #39ED7C. Grayscale: #545454. Windows color (decimal): -3796349 or 8590022. OLE color: 8590022.

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

Color convert

RGB 198 18 131 -
CMYK 0 0.91 0.34 0.22
HSL 322.33º 0.83% 0.42% -
HSV(B) 322.33º 0.91% 0.78% -
XYZ 27.6 14.08 22.74 -
YUV 84.7 154.13 208.81 -
System Red Green Blue C M Y K H S L
Decimal 198 18 131 0 0.91 0.34 0.22 322.33 0.83 0.42
Hex C6 12 83 0 5B 22 16 142 53 2A
Octal 306 22 203 0 133 42 26 502 123 52
Binary 11000110 10010 10000011 0 1011011 100010 10110 101000010 1010011 101010

Color Harmonies of #C61283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61283

Black with #C61283

Text Example


Text Example

White with #C61283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61283; }

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

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

background-color css

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

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

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

border-color css

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

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

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