Html Css Color HEX #C61CD5 Deep Magenta

📋 copy color: '#C61CD5'

red 198 ◦ green 28 ◦ blue 213

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

Shades of Deep Magenta #C61CD5

Tints of Deep Magenta #C61CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 45.1%
G = 6.38%
B = 48.52%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C61CD5 (or 0xC61CD5) is known color: Deep Magenta. HEX triplet: C6, 1C and D5. RGB value is (198,28,213). Sum of RGB (Red+Green+Blue) = 198+28+213=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #C61CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CD5 is #39E32A. Grayscale: #636363. Windows color (decimal): -3793707 or 13966534. OLE color: 13966534.

HSL color Cylindrical-coordinate representation of color #C61CD5: hue angle of 295.14º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61CD5 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 28 213 -
CMYK 0.07 0.87 0 0.16
HSL 295.14º 0.77% 0.47% -
HSV(B) 295.14º 0.87% 0.84% -
XYZ 35.71 17.64 64.47 -
YUV 99.92 191.82 197.96 -
System Red Green Blue C M Y K H S L
Decimal 198 28 213 0.07 0.87 0 0.16 295.14 0.77 0.47
Hex C6 1C D5 7 57 0 10 127 4D 2F
Octal 306 34 325 7 127 0 20 447 115 57
Binary 11000110 11100 11010101 111 1010111 0 10000 100100111 1001101 101111

Color Harmonies of #C61CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CD5

Black with #C61CD5

Text Example


Text Example

White with #C61CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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