Html Css Color HEX #C61E7A Medium Violet Red

📋 copy color: '#C61E7A'

red 198 ◦ green 30 ◦ blue 122

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

Shades of Medium Violet Red #C61E7A

Tints of Medium Violet Red #C61E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 56.57%
G = 8.57%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C61E7A (or 0xC61E7A) is known color: Medium Violet Red. HEX triplet: C6, 1E and 7A. RGB value is (198,30,122). Sum of RGB (Red+Green+Blue) = 198+30+122=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61E7A is #39E185. Grayscale: #5A5A5A. Windows color (decimal): -3793286 or 8003270. OLE color: 8003270.

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

Color convert

RGB 198 30 122 -
CMYK 0 0.85 0.38 0.22
HSL 327.14º 0.74% 0.45% -
HSV(B) 327.14º 0.85% 0.78% -
XYZ 27.27 14.34 19.74 -
YUV 90.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 198 30 122 0 0.85 0.38 0.22 327.14 0.74 0.45
Hex C6 1E 7A 0 55 26 16 147 4A 2D
Octal 306 36 172 0 125 46 26 507 112 55
Binary 11000110 11110 1111010 0 1010101 100110 10110 101000111 1001010 101101

Color Harmonies of #C61E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E7A

Black with #C61E7A

Text Example


Text Example

White with #C61E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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