Html Css Color HEX #C40BD2 Deep Magenta

📋 copy color: '#C40BD2'

red 196 ◦ green 11 ◦ blue 210

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

Shades of Deep Magenta #C40BD2

Tints of Deep Magenta #C40BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.36%

R = 47%
G = 2.64%
B = 50.36%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C40BD2 (or 0xC40BD2) is known color: Deep Magenta. HEX triplet: C4, 0B and D2. RGB value is (196,11,210). Sum of RGB (Red+Green+Blue) = 196+11+210=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #C40BD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BD2 is #3BF42D. Grayscale: #585858. Windows color (decimal): -3929134 or 13765572. OLE color: 13765572.

HSL color Cylindrical-coordinate representation of color #C40BD2: hue angle of 295.78º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40BD2 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 11 210 -
CMYK 0.07 0.95 0 0.18
HSL 295.78º 0.9% 0.43% -
HSV(B) 295.78º 0.95% 0.82% -
XYZ 34.52 16.63 62.36 -
YUV 89 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 196 11 210 0.07 0.95 0 0.18 295.78 0.9 0.43
Hex C4 B D2 7 5F 0 12 128 5A 2B
Octal 304 13 322 7 137 0 22 450 132 53
Binary 11000100 1011 11010010 111 1011111 0 10010 100101000 1011010 101011

Color Harmonies of #C40BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40BD2

Black with #C40BD2

Text Example


Text Example

White with #C40BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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