Html Css Color HEX #C61E72 Medium Violet Red

📋 copy color: '#C61E72'

red 198 ◦ green 30 ◦ blue 114

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

Shades of Medium Violet Red #C61E72

Tints of Medium Violet Red #C61E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.77%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 57.89%
G = 8.77%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C61E72 (or 0xC61E72) is known color: Medium Violet Red. HEX triplet: C6, 1E and 72. RGB value is (198,30,114). Sum of RGB (Red+Green+Blue) = 198+30+114=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61E72 is #39E18D. Grayscale: #595959. Windows color (decimal): -3793294 or 7478982. OLE color: 7478982.

HSL color Cylindrical-coordinate representation of color #C61E72: hue angle of 330º 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 #C61E72 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 30 114 -
CMYK 0 0.85 0.42 0.22
HSL 330º 0.74% 0.45% -
HSV(B) 330º 0.85% 0.78% -
XYZ 26.79 14.15 17.24 -
YUV 89.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 198 30 114 0 0.85 0.42 0.22 330 0.74 0.45
Hex C6 1E 72 0 55 2A 16 14A 4A 2D
Octal 306 36 162 0 125 52 26 512 112 55
Binary 11000110 11110 1110010 0 1010101 101010 10110 101001010 1001010 101101

Color Harmonies of #C61E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E72

Black with #C61E72

Text Example


Text Example

White with #C61E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E72; }

 p { color: rgb(198,30,114); }

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

background-color css

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

 a { background-color: rgb(198,30,114); }

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

border-color css

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

 span { border-color: rgb(198,30,114); }

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