Html Css Color HEX #C61CCE Deep Magenta

📋 copy color: '#C61CCE'

red 198 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #C61CCE

Tints of Deep Magenta #C61CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.48%

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

R = 45.83%
G = 6.48%
B = 47.69%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C61CCE (or 0xC61CCE) is known color: Deep Magenta. HEX triplet: C6, 1C and CE. RGB value is (198,28,206). Sum of RGB (Red+Green+Blue) = 198+28+206=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #C61CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CCE is #39E331. Grayscale: #626262. Windows color (decimal): -3793714 or 13507782. OLE color: 13507782.

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

Color convert

RGB 198 28 206 -
CMYK 0.04 0.86 0 0.19
HSL 297.3º 0.76% 0.46% -
HSV(B) 297.3º 0.86% 0.81% -
XYZ 34.84 17.29 59.89 -
YUV 99.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 198 28 206 0.04 0.86 0 0.19 297.3 0.76 0.46
Hex C6 1C CE 4 56 0 13 129 4C 2E
Octal 306 34 316 4 126 0 23 451 114 56
Binary 11000110 11100 11001110 100 1010110 0 10011 100101001 1001100 101110

Color Harmonies of #C61CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CCE

Black with #C61CCE

Text Example


Text Example

White with #C61CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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