Html Css Color HEX #C419CC Deep Magenta

📋 copy color: '#C419CC'

red 196 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #C419CC

Tints of Deep Magenta #C419CC

RGB

 RED value IS 196 (76.95% from 255) = 46.12%

 GREEN value IS 25 (10.16% from 255) = 5.88%

 BLUE value IS 204 (80.08% from 255) = 48%

R = 46.12%
G = 5.88%
B = 48%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C419CC (or 0xC419CC) is known color: Deep Magenta. HEX triplet: C4, 19 and CC. RGB value is (196,25,204). Sum of RGB (Red+Green+Blue) = 196+25+204=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #C419CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419CC is #3BE633. Grayscale: #5F5F5F. Windows color (decimal): -3925556 or 13375940. OLE color: 13375940.

HSL color Cylindrical-coordinate representation of color #C419CC: hue angle of 297.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C419CC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 25 204 -
CMYK 0.04 0.88 0 0.2
HSL 297.32º 0.78% 0.45% -
HSV(B) 297.32º 0.88% 0.8% -
XYZ 34.01 16.79 58.58 -
YUV 96.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 196 25 204 0.04 0.88 0 0.2 297.32 0.78 0.45
Hex C4 19 CC 4 58 0 14 129 4E 2D
Octal 304 31 314 4 130 0 24 451 116 55
Binary 11000100 11001 11001100 100 1011000 0 10100 100101001 1001110 101101

Color Harmonies of #C419CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419CC

Black with #C419CC

Text Example


Text Example

White with #C419CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419CC; }

 p { color: rgb(196,25,204); }

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

background-color css

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

 a { background-color: rgb(196,25,204); }

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

border-color css

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

 span { border-color: rgb(196,25,204); }

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