Html Css Color HEX #C61DC4 Deep Magenta

📋 copy color: '#C61DC4'

red 198 ◦ green 29 ◦ blue 196

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

Shades of Deep Magenta #C61DC4

Tints of Deep Magenta #C61DC4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.86%

 BLUE value IS 196 (76.95% from 255) = 46.34%

R = 46.81%
G = 6.86%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C61DC4 (or 0xC61DC4) is known color: Deep Magenta. HEX triplet: C6, 1D and C4. RGB value is (198,29,196). Sum of RGB (Red+Green+Blue) = 198+29+196=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DC4 is #39E23B. Grayscale: #626262. Windows color (decimal): -3793468 or 12852678. OLE color: 12852678.

HSL color Cylindrical-coordinate representation of color #C61DC4: hue angle of 300.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61DC4 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 29 196 -
CMYK 0 0.85 0.01 0.22
HSL 300.71º 0.74% 0.45% -
HSV(B) 300.71º 0.85% 0.78% -
XYZ 33.69 16.87 53.71 -
YUV 98.57 182.99 198.92 -
System Red Green Blue C M Y K H S L
Decimal 198 29 196 0 0.85 0.01 0.22 300.71 0.74 0.45
Hex C6 1D C4 0 55 1 16 12D 4A 2D
Octal 306 35 304 0 125 1 26 455 112 55
Binary 11000110 11101 11000100 0 1010101 1 10110 100101101 1001010 101101

Color Harmonies of #C61DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DC4

Black with #C61DC4

Text Example


Text Example

White with #C61DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DC4; }

 p { color: rgb(198,29,196); }

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

background-color css

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

 a { background-color: rgb(198,29,196); }

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

border-color css

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

 span { border-color: rgb(198,29,196); }

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