Html Css Color HEX #C40CE4 Deep Magenta

📋 copy color: '#C40CE4'

red 196 ◦ green 12 ◦ blue 228

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

Shades of Deep Magenta #C40CE4

Tints of Deep Magenta #C40CE4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

 BLUE value IS 228 (89.45% from 255) = 52.29%

R = 44.95%
G = 2.75%
B = 52.29%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C40CE4 (or 0xC40CE4) is known color: Deep Magenta. HEX triplet: C4, 0C and E4. RGB value is (196,12,228). Sum of RGB (Red+Green+Blue) = 196+12+228=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #C40CE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CE4 is #3BF31B. Grayscale: #5A5A5A. Windows color (decimal): -3928860 or 14945476. OLE color: 14945476.

HSL color Cylindrical-coordinate representation of color #C40CE4: hue angle of 291.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40CE4 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 12 228 -
CMYK 0.14 0.95 0 0.11
HSL 291.11º 0.9% 0.47% -
HSV(B) 291.11º 0.95% 0.89% -
XYZ 36.9 17.6 74.85 -
YUV 91.64 204.96 202.44 -
System Red Green Blue C M Y K H S L
Decimal 196 12 228 0.14 0.95 0 0.11 291.11 0.9 0.47
Hex C4 C E4 E 5F 0 B 123 5A 2F
Octal 304 14 344 16 137 0 13 443 132 57
Binary 11000100 1100 11100100 1110 1011111 0 1011 100100011 1011010 101111

Color Harmonies of #C40CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CE4

Black with #C40CE4

Text Example


Text Example

White with #C40CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CE4; }

 p { color: rgb(196,12,228); }

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

background-color css

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

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

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

border-color css

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

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

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