Html Css Color HEX #C61ED2 Deep Magenta

📋 copy color: '#C61ED2'

red 198 ◦ green 30 ◦ blue 210

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

Shades of Deep Magenta #C61ED2

Tints of Deep Magenta #C61ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.95%

R = 45.21%
G = 6.85%
B = 47.95%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C61ED2 (or 0xC61ED2) is known color: Deep Magenta. HEX triplet: C6, 1E and D2. RGB value is (198,30,210). Sum of RGB (Red+Green+Blue) = 198+30+210=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #C61ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ED2 is #39E12D. Grayscale: #646464. Windows color (decimal): -3793198 or 13770438. OLE color: 13770438.

HSL color Cylindrical-coordinate representation of color #C61ED2: hue angle of 296º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61ED2 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 30 210 -
CMYK 0.06 0.86 0 0.18
HSL 296º 0.75% 0.47% -
HSV(B) 296º 0.86% 0.82% -
XYZ 35.39 17.59 62.5 -
YUV 100.75 189.66 197.36 -
System Red Green Blue C M Y K H S L
Decimal 198 30 210 0.06 0.86 0 0.18 296 0.75 0.47
Hex C6 1E D2 6 56 0 12 128 4B 2F
Octal 306 36 322 6 126 0 22 450 113 57
Binary 11000110 11110 11010010 110 1010110 0 10010 100101000 1001011 101111

Color Harmonies of #C61ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61ED2

Black with #C61ED2

Text Example


Text Example

White with #C61ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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