Html Css Color HEX #C40FB2 Deep Magenta

📋 copy color: '#C40FB2'

red 196 ◦ green 15 ◦ blue 178

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

Shades of Deep Magenta #C40FB2

Tints of Deep Magenta #C40FB2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.86%

 BLUE value IS 178 (69.92% from 255) = 45.76%

R = 50.39%
G = 3.86%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C40FB2 (or 0xC40FB2) is known color: Deep Magenta. HEX triplet: C4, 0F and B2. RGB value is (196,15,178). Sum of RGB (Red+Green+Blue) = 196+15+178=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FB2 is #3BF04D. Grayscale: #575757. Windows color (decimal): -3928142 or 11669444. OLE color: 11669444.

HSL color Cylindrical-coordinate representation of color #C40FB2: hue angle of 305.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40FB2 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 15 178 -
CMYK 0 0.92 0.09 0.23
HSL 305.97º 0.86% 0.41% -
HSV(B) 305.97º 0.92% 0.77% -
XYZ 30.97 15.29 43.44 -
YUV 87.7 178.97 205.25 -
System Red Green Blue C M Y K H S L
Decimal 196 15 178 0 0.92 0.09 0.23 305.97 0.86 0.41
Hex C4 F B2 0 5C 9 17 132 56 29
Octal 304 17 262 0 134 11 27 462 126 51
Binary 11000100 1111 10110010 0 1011100 1001 10111 100110010 1010110 101001

Color Harmonies of #C40FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FB2

Black with #C40FB2

Text Example


Text Example

White with #C40FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FB2; }

 p { color: rgb(196,15,178); }

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

background-color css

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

 a { background-color: rgb(196,15,178); }

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

border-color css

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

 span { border-color: rgb(196,15,178); }

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