Html Css Color HEX #C61D9D Medium Violet Red

📋 copy color: '#C61D9D'

red 198 ◦ green 29 ◦ blue 157

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

Shades of Medium Violet Red #C61D9D

Tints of Medium Violet Red #C61D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 51.56%
G = 7.55%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C61D9D (or 0xC61D9D) is known color: Medium Violet Red. HEX triplet: C6, 1D and 9D. RGB value is (198,29,157). Sum of RGB (Red+Green+Blue) = 198+29+157=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61D9D is #39E262. Grayscale: #5D5D5D. Windows color (decimal): -3793507 or 10296774. OLE color: 10296774.

HSL color Cylindrical-coordinate representation of color #C61D9D: hue angle of 314.56º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61D9D is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 29 157 -
CMYK 0 0.85 0.21 0.22
HSL 314.56º 0.74% 0.45% -
HSV(B) 314.56º 0.85% 0.78% -
XYZ 29.81 15.32 33.28 -
YUV 94.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 198 29 157 0 0.85 0.21 0.22 314.56 0.74 0.45
Hex C6 1D 9D 0 55 15 16 13B 4A 2D
Octal 306 35 235 0 125 25 26 473 112 55
Binary 11000110 11101 10011101 0 1010101 10101 10110 100111011 1001010 101101

Color Harmonies of #C61D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D9D

Black with #C61D9D

Text Example


Text Example

White with #C61D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D9D; }

 p { color: rgb(198,29,157); }

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

background-color css

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

 a { background-color: rgb(198,29,157); }

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

border-color css

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

 span { border-color: rgb(198,29,157); }

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