Html Css Color HEX #C61FDA Deep Magenta

📋 copy color: '#C61FDA'

red 198 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #C61FDA

Tints of Deep Magenta #C61FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.94%

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 44.3%
G = 6.94%
B = 48.77%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C61FDA (or 0xC61FDA) is known color: Deep Magenta. HEX triplet: C6, 1F and DA. RGB value is (198,31,218). Sum of RGB (Red+Green+Blue) = 198+31+218=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #C61FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FDA is #39E025. Grayscale: #656565. Windows color (decimal): -3792934 or 14294982. OLE color: 14294982.

HSL color Cylindrical-coordinate representation of color #C61FDA: hue angle of 293.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61FDA is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 31 218 -
CMYK 0.09 0.86 0 0.15
HSL 293.58º 0.75% 0.49% -
HSV(B) 293.58º 0.86% 0.85% -
XYZ 36.43 18.05 67.89 -
YUV 102.25 193.33 196.29 -
System Red Green Blue C M Y K H S L
Decimal 198 31 218 0.09 0.86 0 0.15 293.58 0.75 0.49
Hex C6 1F DA 9 56 0 F 126 4B 31
Octal 306 37 332 11 126 0 17 446 113 61
Binary 11000110 11111 11011010 1001 1010110 0 1111 100100110 1001011 110001

Color Harmonies of #C61FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FDA

Black with #C61FDA

Text Example


Text Example

White with #C61FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FDA; }

 p { color: rgb(198,31,218); }

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

background-color css

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

 a { background-color: rgb(198,31,218); }

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

border-color css

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

 span { border-color: rgb(198,31,218); }

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