Html Css Color HEX #C604E1 Deep Magenta

📋 copy color: '#C604E1'

red 198 ◦ green 4 ◦ blue 225

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

Shades of Deep Magenta #C604E1

Tints of Deep Magenta #C604E1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

 BLUE value IS 225 (88.28% from 255) = 52.69%

R = 46.37%
G = 0.94%
B = 52.69%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C604E1 (or 0xC604E1) is known color: Deep Magenta. HEX triplet: C6, 04 and E1. RGB value is (198,4,225). Sum of RGB (Red+Green+Blue) = 198+4+225=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #C604E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C604E1 is #39FB1E. Grayscale: #565656. Windows color (decimal): -3799839 or 14746822. OLE color: 14746822.

HSL color Cylindrical-coordinate representation of color #C604E1: hue angle of 292.67º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604E1 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 4 225 -
CMYK 0.12 0.98 0 0.12
HSL 292.67º 0.97% 0.45% -
HSV(B) 292.67º 0.98% 0.88% -
XYZ 36.92 17.53 72.67 -
YUV 87.2 205.77 207.03 -
System Red Green Blue C M Y K H S L
Decimal 198 4 225 0.12 0.98 0 0.12 292.67 0.97 0.45
Hex C6 4 E1 C 62 0 C 125 61 2D
Octal 306 4 341 14 142 0 14 445 141 55
Binary 11000110 100 11100001 1100 1100010 0 1100 100100101 1100001 101101

Color Harmonies of #C604E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C604E1

Black with #C604E1

Text Example


Text Example

White with #C604E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C604E1; }

 p { color: rgb(198,4,225); }

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

background-color css

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

 a { background-color: rgb(198,4,225); }

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

border-color css

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

 span { border-color: rgb(198,4,225); }

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