Html Css Color HEX #C413CB Deep Magenta

📋 copy color: '#C413CB'

red 196 ◦ green 19 ◦ blue 203

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

Shades of Deep Magenta #C413CB

Tints of Deep Magenta #C413CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.55%

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

R = 46.89%
G = 4.55%
B = 48.56%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C413CB (or 0xC413CB) is known color: Deep Magenta. HEX triplet: C4, 13 and CB. RGB value is (196,19,203). Sum of RGB (Red+Green+Blue) = 196+19+203=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #C413CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413CB is #3BEC34. Grayscale: #5C5C5C. Windows color (decimal): -3927093 or 13308868. OLE color: 13308868.

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

Color convert

RGB 196 19 203 -
CMYK 0.03 0.91 0 0.20
HSL 297.72º 0.83% 0.44% -
HSV(B) 297.72º 0.91% 0.8% -
XYZ 33.78 16.51 57.91 -
YUV 92.9 190.14 201.54 -
System Red Green Blue C M Y K H S L
Decimal 196 19 203 0.03 0.91 0 0.20 297.72 0.83 0.44
Hex C4 13 CB 3 5B 0 14 12A 53 2C
Octal 304 23 313 3 133 0 24 452 123 54
Binary 11000100 10011 11001011 11 1011011 0 10100 100101010 1010011 101100

Color Harmonies of #C413CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413CB

Black with #C413CB

Text Example


Text Example

White with #C413CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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