Html Css Color HEX #C61383 Medium Violet Red

📋 copy color: '#C61383'

red 198 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #C61383

Tints of Medium Violet Red #C61383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.46%

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

R = 56.9%
G = 5.46%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C61383 (or 0xC61383) is known color: Medium Violet Red. HEX triplet: C6, 13 and 83. RGB value is (198,19,131). Sum of RGB (Red+Green+Blue) = 198+19+131=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C61383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61383 is #39EC7C. Grayscale: #555555. Windows color (decimal): -3796093 or 8590278. OLE color: 8590278.

HSL color Cylindrical-coordinate representation of color #C61383: hue angle of 322.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61383 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 131 -
CMYK 0 0.90 0.34 0.22
HSL 322.46º 0.82% 0.43% -
HSV(B) 322.46º 0.9% 0.78% -
XYZ 27.62 14.11 22.74 -
YUV 85.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 198 19 131 0 0.90 0.34 0.22 322.46 0.82 0.43
Hex C6 13 83 0 5A 22 16 142 52 2B
Octal 306 23 203 0 132 42 26 502 122 53
Binary 11000110 10011 10000011 0 1011010 100010 10110 101000010 1010010 101011

Color Harmonies of #C61383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61383

Black with #C61383

Text Example


Text Example

White with #C61383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61383; }

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

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

background-color css

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

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

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

border-color css

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

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

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