Html Css Color HEX #C411CA Deep Magenta

📋 copy color: '#C411CA'

red 196 ◦ green 17 ◦ blue 202

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

Shades of Deep Magenta #C411CA

Tints of Deep Magenta #C411CA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.1%

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

R = 47.23%
G = 4.1%
B = 48.67%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C411CA (or 0xC411CA) is known color: Deep Magenta. HEX triplet: C4, 11 and CA. RGB value is (196,17,202). Sum of RGB (Red+Green+Blue) = 196+17+202=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #C411CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411CA is #3BEE35. Grayscale: #5B5B5B. Windows color (decimal): -3927606 or 13242820. OLE color: 13242820.

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

Color convert

RGB 196 17 202 -
CMYK 0.03 0.92 0 0.21
HSL 298.05º 0.84% 0.43% -
HSV(B) 298.05º 0.92% 0.79% -
XYZ 33.63 16.4 57.27 -
YUV 91.61 190.3 202.46 -
System Red Green Blue C M Y K H S L
Decimal 196 17 202 0.03 0.92 0 0.21 298.05 0.84 0.43
Hex C4 11 CA 3 5C 0 15 12A 54 2B
Octal 304 21 312 3 134 0 25 452 124 53
Binary 11000100 10001 11001010 11 1011100 0 10101 100101010 1010100 101011

Color Harmonies of #C411CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411CA

Black with #C411CA

Text Example


Text Example

White with #C411CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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