Html Css Color HEX #C40BCC Deep Magenta

📋 copy color: '#C40BCC'

red 196 ◦ green 11 ◦ blue 204

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

Shades of Deep Magenta #C40BCC

Tints of Deep Magenta #C40BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.68%

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 47.69%
G = 2.68%
B = 49.64%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C40BCC (or 0xC40BCC) is known color: Deep Magenta. HEX triplet: C4, 0B and CC. RGB value is (196,11,204). Sum of RGB (Red+Green+Blue) = 196+11+204=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #C40BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BCC is #3BF433. Grayscale: #575757. Windows color (decimal): -3929140 or 13372356. OLE color: 13372356.

HSL color Cylindrical-coordinate representation of color #C40BCC: hue angle of 297.51º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40BCC is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 11 204 -
CMYK 0.04 0.95 0 0.2
HSL 297.51º 0.9% 0.42% -
HSV(B) 297.51º 0.95% 0.8% -
XYZ 33.78 16.33 58.5 -
YUV 88.32 193.29 204.81 -
System Red Green Blue C M Y K H S L
Decimal 196 11 204 0.04 0.95 0 0.2 297.51 0.9 0.42
Hex C4 B CC 4 5F 0 14 12A 5A 2A
Octal 304 13 314 4 137 0 24 452 132 52
Binary 11000100 1011 11001100 100 1011111 0 10100 100101010 1011010 101010

Color Harmonies of #C40BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40BCC

Black with #C40BCC

Text Example


Text Example

White with #C40BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40BCC; }

 p { color: rgb(196,11,204); }

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

background-color css

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

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

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

border-color css

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

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

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