Html Css Color HEX #C61E7E Medium Violet Red

📋 copy color: '#C61E7E'

red 198 ◦ green 30 ◦ blue 126

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

Shades of Medium Violet Red #C61E7E

Tints of Medium Violet Red #C61E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 55.93%
G = 8.47%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C61E7E (or 0xC61E7E) is known color: Medium Violet Red. HEX triplet: C6, 1E and 7E. RGB value is (198,30,126). Sum of RGB (Red+Green+Blue) = 198+30+126=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61E7E is #39E181. Grayscale: #5A5A5A. Windows color (decimal): -3793282 or 8265414. OLE color: 8265414.

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

Color convert

RGB 198 30 126 -
CMYK 0 0.85 0.36 0.22
HSL 325.71º 0.74% 0.45% -
HSV(B) 325.71º 0.85% 0.78% -
XYZ 27.52 14.44 21.08 -
YUV 91.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 198 30 126 0 0.85 0.36 0.22 325.71 0.74 0.45
Hex C6 1E 7E 0 55 24 16 146 4A 2D
Octal 306 36 176 0 125 44 26 506 112 55
Binary 11000110 11110 1111110 0 1010101 100100 10110 101000110 1001010 101101

Color Harmonies of #C61E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E7E

Black with #C61E7E

Text Example


Text Example

White with #C61E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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