Html Css Color HEX #C61BCE Deep Magenta

📋 copy color: '#C61BCE'

red 198 ◦ green 27 ◦ blue 206

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

Shades of Deep Magenta #C61BCE

Tints of Deep Magenta #C61BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.26%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 45.94%
G = 6.26%
B = 47.8%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C61BCE (or 0xC61BCE) is known color: Deep Magenta. HEX triplet: C6, 1B and CE. RGB value is (198,27,206). Sum of RGB (Red+Green+Blue) = 198+27+206=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #C61BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BCE is #39E431. Grayscale: #616161. Windows color (decimal): -3793970 or 13507526. OLE color: 13507526.

HSL color Cylindrical-coordinate representation of color #C61BCE: hue angle of 297.32º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61BCE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 27 206 -
CMYK 0.04 0.87 0 0.19
HSL 297.32º 0.77% 0.46% -
HSV(B) 297.32º 0.87% 0.81% -
XYZ 34.82 17.25 59.89 -
YUV 98.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 198 27 206 0.04 0.87 0 0.19 297.32 0.77 0.46
Hex C6 1B CE 4 57 0 13 129 4D 2E
Octal 306 33 316 4 127 0 23 451 115 56
Binary 11000110 11011 11001110 100 1010111 0 10011 100101001 1001101 101110

Color Harmonies of #C61BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BCE

Black with #C61BCE

Text Example


Text Example

White with #C61BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BCE; }

 p { color: rgb(198,27,206); }

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

background-color css

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

 a { background-color: rgb(198,27,206); }

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

border-color css

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

 span { border-color: rgb(198,27,206); }

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