Html Css Color HEX #C61CC1 Deep Magenta

📋 copy color: '#C61CC1'

red 198 ◦ green 28 ◦ blue 193

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

Shades of Deep Magenta #C61CC1

Tints of Deep Magenta #C61CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 47.26%
G = 6.68%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C61CC1 (or 0xC61CC1) is known color: Deep Magenta. HEX triplet: C6, 1C and C1. RGB value is (198,28,193). Sum of RGB (Red+Green+Blue) = 198+28+193=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C61CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CC1 is #39E33E. Grayscale: #616161. Windows color (decimal): -3793727 or 12655814. OLE color: 12655814.

HSL color Cylindrical-coordinate representation of color #C61CC1: hue angle of 301.76º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61CC1 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 28 193 -
CMYK 0 0.86 0.03 0.22
HSL 301.76º 0.75% 0.44% -
HSV(B) 301.76º 0.86% 0.78% -
XYZ 33.33 16.69 51.92 -
YUV 97.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 198 28 193 0 0.86 0.03 0.22 301.76 0.75 0.44
Hex C6 1C C1 0 56 3 16 12E 4B 2C
Octal 306 34 301 0 126 3 26 456 113 54
Binary 11000110 11100 11000001 0 1010110 11 10110 100101110 1001011 101100

Color Harmonies of #C61CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CC1

Black with #C61CC1

Text Example


Text Example

White with #C61CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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