Html Css Color HEX #C419CA Deep Magenta

📋 copy color: '#C419CA'

red 196 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #C419CA

Tints of Deep Magenta #C419CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 46.34%
G = 5.91%
B = 47.75%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C419CA (or 0xC419CA) is known color: Deep Magenta. HEX triplet: C4, 19 and CA. RGB value is (196,25,202). Sum of RGB (Red+Green+Blue) = 196+25+202=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #C419CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419CA is #3BE635. Grayscale: #5F5F5F. Windows color (decimal): -3925558 or 13244868. OLE color: 13244868.

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

Color convert

RGB 196 25 202 -
CMYK 0.03 0.88 0 0.21
HSL 297.97º 0.78% 0.45% -
HSV(B) 297.97º 0.88% 0.79% -
XYZ 33.77 16.7 57.32 -
YUV 96.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 196 25 202 0.03 0.88 0 0.21 297.97 0.78 0.45
Hex C4 19 CA 3 58 0 15 12A 4E 2D
Octal 304 31 312 3 130 0 25 452 116 55
Binary 11000100 11001 11001010 11 1011000 0 10101 100101010 1001110 101101

Color Harmonies of #C419CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419CA

Black with #C419CA

Text Example


Text Example

White with #C419CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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