Html Css Color HEX #C61CCD Deep Magenta

📋 copy color: '#C61CCD'

red 198 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #C61CCD

Tints of Deep Magenta #C61CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 45.94%
G = 6.5%
B = 47.56%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C61CCD (or 0xC61CCD) is known color: Deep Magenta. HEX triplet: C6, 1C and CD. RGB value is (198,28,205). Sum of RGB (Red+Green+Blue) = 198+28+205=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #C61CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CCD is #39E332. Grayscale: #626262. Windows color (decimal): -3793715 or 13442246. OLE color: 13442246.

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

Color convert

RGB 198 28 205 -
CMYK 0.03 0.86 0 0.20
HSL 297.63º 0.76% 0.46% -
HSV(B) 297.63º 0.86% 0.8% -
XYZ 34.72 17.24 59.26 -
YUV 99.01 187.82 198.61 -
System Red Green Blue C M Y K H S L
Decimal 198 28 205 0.03 0.86 0 0.20 297.63 0.76 0.46
Hex C6 1C CD 3 56 0 14 12A 4C 2E
Octal 306 34 315 3 126 0 24 452 114 56
Binary 11000110 11100 11001101 11 1010110 0 10100 100101010 1001100 101110

Color Harmonies of #C61CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CCD

Black with #C61CCD

Text Example


Text Example

White with #C61CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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