Html Css Color HEX #C419C4 Deep Magenta

📋 copy color: '#C419C4'

red 196 ◦ green 25 ◦ blue 196

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

Shades of Deep Magenta #C419C4

Tints of Deep Magenta #C419C4

RGB

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

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

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

R = 47%
G = 6%
B = 47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C419C4 (or 0xC419C4) is known color: Deep Magenta. HEX triplet: C4, 19 and C4. RGB value is (196,25,196). Sum of RGB (Red+Green+Blue) = 196+25+196=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C419C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419C4 is #3BE63B. Grayscale: #5F5F5F. Windows color (decimal): -3925564 or 12851652. OLE color: 12851652.

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

Color convert

RGB 196 25 196 -
CMYK 0 0.87 0 0.23
HSL 300º 0.77% 0.43% -
HSV(B) 300º 0.87% 0.77% -
XYZ 33.08 16.42 53.65 -
YUV 95.62 184.65 199.6 -
System Red Green Blue C M Y K H S L
Decimal 196 25 196 0 0.87 0 0.23 300 0.77 0.43
Hex C4 19 C4 0 57 0 17 12C 4D 2B
Octal 304 31 304 0 127 0 27 454 115 53
Binary 11000100 11001 11000100 0 1010111 0 10111 100101100 1001101 101011

Color Harmonies of #C419C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419C4

Black with #C419C4

Text Example


Text Example

White with #C419C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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