Html Css Color HEX #C418CB Deep Magenta

📋 copy color: '#C418CB'

red 196 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #C418CB

Tints of Deep Magenta #C418CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.67%

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

R = 46.34%
G = 5.67%
B = 47.99%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C418CB (or 0xC418CB) is known color: Deep Magenta. HEX triplet: C4, 18 and CB. RGB value is (196,24,203). Sum of RGB (Red+Green+Blue) = 196+24+203=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #C418CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418CB is #3BE734. Grayscale: #5F5F5F. Windows color (decimal): -3925813 or 13310148. OLE color: 13310148.

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

Color convert

RGB 196 24 203 -
CMYK 0.03 0.88 0 0.20
HSL 297.65º 0.79% 0.45% -
HSV(B) 297.65º 0.88% 0.8% -
XYZ 33.87 16.7 57.94 -
YUV 95.83 188.48 199.45 -
System Red Green Blue C M Y K H S L
Decimal 196 24 203 0.03 0.88 0 0.20 297.65 0.79 0.45
Hex C4 18 CB 3 58 0 14 12A 4F 2D
Octal 304 30 313 3 130 0 24 452 117 55
Binary 11000100 11000 11001011 11 1011000 0 10100 100101010 1001111 101101

Color Harmonies of #C418CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418CB

Black with #C418CB

Text Example


Text Example

White with #C418CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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