Html Css Color HEX #C416CB Deep Magenta

📋 copy color: '#C416CB'

red 196 ◦ green 22 ◦ blue 203

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

Shades of Deep Magenta #C416CB

Tints of Deep Magenta #C416CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.23%

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

R = 46.56%
G = 5.23%
B = 48.22%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C416CB (or 0xC416CB) is known color: Deep Magenta. HEX triplet: C4, 16 and CB. RGB value is (196,22,203). Sum of RGB (Red+Green+Blue) = 196+22+203=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #C416CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416CB is #3BE934. Grayscale: #5E5E5E. Windows color (decimal): -3926325 or 13309636. OLE color: 13309636.

HSL color Cylindrical-coordinate representation of color #C416CB: hue angle of 297.68º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C416CB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 22 203 -
CMYK 0.03 0.89 0 0.20
HSL 297.68º 0.8% 0.44% -
HSV(B) 297.68º 0.89% 0.8% -
XYZ 33.83 16.62 57.93 -
YUV 94.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 196 22 203 0.03 0.89 0 0.20 297.68 0.8 0.44
Hex C4 16 CB 3 59 0 14 12A 50 2C
Octal 304 26 313 3 131 0 24 452 120 54
Binary 11000100 10110 11001011 11 1011001 0 10100 100101010 1010000 101100

Color Harmonies of #C416CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416CB

Black with #C416CB

Text Example


Text Example

White with #C416CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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