Html Css Color HEX #C405CC Deep Magenta

📋 copy color: '#C405CC'

red 196 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #C405CC

Tints of Deep Magenta #C405CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 48.4%
G = 1.23%
B = 50.37%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C405CC (or 0xC405CC) is known color: Deep Magenta. HEX triplet: C4, 05 and CC. RGB value is (196,5,204). Sum of RGB (Red+Green+Blue) = 196+5+204=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #C405CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405CC is #3BFA33. Grayscale: #545454. Windows color (decimal): -3930676 or 13370820. OLE color: 13370820.

HSL color Cylindrical-coordinate representation of color #C405CC: hue angle of 297.59º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405CC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 5 204 -
CMYK 0.04 0.98 0 0.2
HSL 297.59º 0.95% 0.41% -
HSV(B) 297.59º 0.98% 0.8% -
XYZ 33.72 16.2 58.48 -
YUV 84.8 195.28 207.32 -
System Red Green Blue C M Y K H S L
Decimal 196 5 204 0.04 0.98 0 0.2 297.59 0.95 0.41
Hex C4 5 CC 4 62 0 14 12A 5F 29
Octal 304 5 314 4 142 0 24 452 137 51
Binary 11000100 101 11001100 100 1100010 0 10100 100101010 1011111 101001

Color Harmonies of #C405CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405CC

Black with #C405CC

Text Example


Text Example

White with #C405CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405CC; }

 p { color: rgb(196,5,204); }

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

background-color css

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

 a { background-color: rgb(196,5,204); }

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

border-color css

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

 span { border-color: rgb(196,5,204); }

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