Html Css Color HEX #C415CB Deep Magenta

📋 copy color: '#C415CB'

red 196 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #C415CB

Tints of Deep Magenta #C415CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5%

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

R = 46.67%
G = 5%
B = 48.33%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C415CB (or 0xC415CB) is known color: Deep Magenta. HEX triplet: C4, 15 and CB. RGB value is (196,21,203). Sum of RGB (Red+Green+Blue) = 196+21+203=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #C415CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415CB is #3BEA34. Grayscale: #5D5D5D. Windows color (decimal): -3926581 or 13309380. OLE color: 13309380.

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

Color convert

RGB 196 21 203 -
CMYK 0.03 0.90 0 0.20
HSL 297.69º 0.81% 0.44% -
HSV(B) 297.69º 0.9% 0.8% -
XYZ 33.81 16.58 57.92 -
YUV 94.07 189.48 200.7 -
System Red Green Blue C M Y K H S L
Decimal 196 21 203 0.03 0.90 0 0.20 297.69 0.81 0.44
Hex C4 15 CB 3 5A 0 14 12A 51 2C
Octal 304 25 313 3 132 0 24 452 121 54
Binary 11000100 10101 11001011 11 1011010 0 10100 100101010 1010001 101100

Color Harmonies of #C415CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415CB

Black with #C415CB

Text Example


Text Example

White with #C415CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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