Html Css Color HEX #C418CA Deep Magenta

📋 copy color: '#C418CA'

red 196 ◦ green 24 ◦ blue 202

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

Shades of Deep Magenta #C418CA

Tints of Deep Magenta #C418CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 46.45%
G = 5.69%
B = 47.87%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C418CA (or 0xC418CA) is known color: Deep Magenta. HEX triplet: C4, 18 and CA. RGB value is (196,24,202). Sum of RGB (Red+Green+Blue) = 196+24+202=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #C418CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418CA is #3BE735. Grayscale: #5F5F5F. Windows color (decimal): -3925814 or 13244612. OLE color: 13244612.

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

Color convert

RGB 196 24 202 -
CMYK 0.03 0.88 0 0.21
HSL 297.98º 0.79% 0.44% -
HSV(B) 297.98º 0.88% 0.79% -
XYZ 33.75 16.65 57.31 -
YUV 95.72 187.98 199.53 -
System Red Green Blue C M Y K H S L
Decimal 196 24 202 0.03 0.88 0 0.21 297.98 0.79 0.44
Hex C4 18 CA 3 58 0 15 12A 4F 2C
Octal 304 30 312 3 130 0 25 452 117 54
Binary 11000100 11000 11001010 11 1011000 0 10101 100101010 1001111 101100

Color Harmonies of #C418CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418CA

Black with #C418CA

Text Example


Text Example

White with #C418CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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