Html Css Color HEX #C402E0 Deep Magenta

📋 copy color: '#C402E0'

red 196 ◦ green 2 ◦ blue 224

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

Shades of Deep Magenta #C402E0

Tints of Deep Magenta #C402E0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 224 (87.89% from 255) = 53.08%

R = 46.45%
G = 0.47%
B = 53.08%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C402E0 (or 0xC402E0) is known color: Deep Magenta. HEX triplet: C4, 02 and E0. RGB value is (196,2,224). Sum of RGB (Red+Green+Blue) = 196+2+224=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #C402E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402E0 is #3BFD1F. Grayscale: #545454. Windows color (decimal): -3931424 or 14680772. OLE color: 14680772.

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

Color convert

RGB 196 2 224 -
CMYK 0.12 0.99 0 0.12
HSL 292.43º 0.98% 0.44% -
HSV(B) 292.43º 0.99% 0.88% -
XYZ 36.24 17.16 71.92 -
YUV 85.31 206.27 206.95 -
System Red Green Blue C M Y K H S L
Decimal 196 2 224 0.12 0.99 0 0.12 292.43 0.98 0.44
Hex C4 2 E0 C 63 0 C 124 62 2C
Octal 304 2 340 14 143 0 14 444 142 54
Binary 11000100 10 11100000 1100 1100011 0 1100 100100100 1100010 101100

Color Harmonies of #C402E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402E0

Black with #C402E0

Text Example


Text Example

White with #C402E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402E0; }

 p { color: rgb(196,2,224); }

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

background-color css

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

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

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

border-color css

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

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

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