Html Css Color HEX #C61EBC Deep Magenta

📋 copy color: '#C61EBC'

red 198 ◦ green 30 ◦ blue 188

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

Shades of Deep Magenta #C61EBC

Tints of Deep Magenta #C61EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 47.6%
G = 7.21%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C61EBC (or 0xC61EBC) is known color: Deep Magenta. HEX triplet: C6, 1E and BC. RGB value is (198,30,188). Sum of RGB (Red+Green+Blue) = 198+30+188=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EBC is #39E143. Grayscale: #616161. Windows color (decimal): -3793220 or 12328646. OLE color: 12328646.

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

Color convert

RGB 198 30 188 -
CMYK 0 0.85 0.05 0.22
HSL 303.57º 0.74% 0.45% -
HSV(B) 303.57º 0.85% 0.78% -
XYZ 32.83 16.57 49.04 -
YUV 98.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 198 30 188 0 0.85 0.05 0.22 303.57 0.74 0.45
Hex C6 1E BC 0 55 5 16 130 4A 2D
Octal 306 36 274 0 125 5 26 460 112 55
Binary 11000110 11110 10111100 0 1010101 101 10110 100110000 1001010 101101

Color Harmonies of #C61EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EBC

Black with #C61EBC

Text Example


Text Example

White with #C61EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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