Html Css Color HEX #C40ACB Deep Magenta

📋 copy color: '#C40ACB'

red 196 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #C40ACB

Tints of Deep Magenta #C40ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.44%

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 47.92%
G = 2.44%
B = 49.63%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C40ACB (or 0xC40ACB) is known color: Deep Magenta. HEX triplet: C4, 0A and CB. RGB value is (196,10,203). Sum of RGB (Red+Green+Blue) = 196+10+203=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #C40ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ACB is #3BF534. Grayscale: #575757. Windows color (decimal): -3929397 or 13306564. OLE color: 13306564.

HSL color Cylindrical-coordinate representation of color #C40ACB: hue angle of 297.82º degrees, saturation: 0.91, 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 #C40ACB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 10 203 -
CMYK 0.03 0.95 0 0.20
HSL 297.82º 0.91% 0.42% -
HSV(B) 297.82º 0.95% 0.8% -
XYZ 33.65 16.26 57.87 -
YUV 87.62 193.12 205.31 -
System Red Green Blue C M Y K H S L
Decimal 196 10 203 0.03 0.95 0 0.20 297.82 0.91 0.42
Hex C4 A CB 3 5F 0 14 12A 5B 2A
Octal 304 12 313 3 137 0 24 452 133 52
Binary 11000100 1010 11001011 11 1011111 0 10100 100101010 1011011 101010

Color Harmonies of #C40ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ACB

Black with #C40ACB

Text Example


Text Example

White with #C40ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ACB; }

 p { color: rgb(196,10,203); }

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

background-color css

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

 a { background-color: rgb(196,10,203); }

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

border-color css

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

 span { border-color: rgb(196,10,203); }

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