Html Css Color HEX #C61EBE Deep Magenta

📋 copy color: '#C61EBE'

red 198 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #C61EBE

Tints of Deep Magenta #C61EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 47.37%
G = 7.18%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C61EBE (or 0xC61EBE) is known color: Deep Magenta. HEX triplet: C6, 1E and BE. RGB value is (198,30,190). Sum of RGB (Red+Green+Blue) = 198+30+190=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EBE is #39E141. Grayscale: #626262. Windows color (decimal): -3793218 or 12459718. OLE color: 12459718.

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

Color convert

RGB 198 30 190 -
CMYK 0 0.85 0.04 0.22
HSL 302.86º 0.74% 0.45% -
HSV(B) 302.86º 0.85% 0.78% -
XYZ 33.05 16.65 50.19 -
YUV 98.47 179.66 198.99 -
System Red Green Blue C M Y K H S L
Decimal 198 30 190 0 0.85 0.04 0.22 302.86 0.74 0.45
Hex C6 1E BE 0 55 4 16 12F 4A 2D
Octal 306 36 276 0 125 4 26 457 112 55
Binary 11000110 11110 10111110 0 1010101 100 10110 100101111 1001010 101101

Color Harmonies of #C61EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EBE

Black with #C61EBE

Text Example


Text Example

White with #C61EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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