Html Css Color HEX #C400C8 Deep Magenta

📋 copy color: '#C400C8'

red 196 ◦ green 0 ◦ blue 200

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

Shades of Deep Magenta #C400C8

Tints of Deep Magenta #C400C8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 200 (78.52% from 255) = 50.51%

R = 49.49%
G = 0%
B = 50.51%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C400C8 (or 0xC400C8) is known color: Deep Magenta. HEX triplet: C4, 00 and C8. RGB value is (196,0,200). Sum of RGB (Red+Green+Blue) = 196+0+200=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #C400C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400C8 is #3BFF37. Grayscale: #505050. Windows color (decimal): -3931960 or 13107396. OLE color: 13107396.

HSL color Cylindrical-coordinate representation of color #C400C8: hue angle of 298.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400C8 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 0 200 -
CMYK 0.02 1 0 0.22
HSL 298.8º 1% 0.39% -
HSV(B) 298.8º 1% 0.78% -
XYZ 33.19 15.91 55.96 -
YUV 81.4 194.93 209.74 -
System Red Green Blue C M Y K H S L
Decimal 196 0 200 0.02 1 0 0.22 298.8 1 0.39
Hex C4 0 C8 2 64 0 16 12B 64 27
Octal 304 0 310 2 144 0 26 453 144 47
Binary 11000100 0 11001000 10 1100100 0 10110 100101011 1100100 100111

Color Harmonies of #C400C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400C8

Black with #C400C8

Text Example


Text Example

White with #C400C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400C8; }

 p { color: rgb(196,0,200); }

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

background-color css

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

 a { background-color: rgb(196,0,200); }

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

border-color css

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

 span { border-color: rgb(196,0,200); }

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