Html Css Color HEX #C400CE Deep Magenta

📋 copy color: '#C400CE'

red 196 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #C400CE

Tints of Deep Magenta #C400CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 48.76%
G = 0%
B = 51.24%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C400CE (or 0xC400CE) is known color: Deep Magenta. HEX triplet: C4, 00 and CE. RGB value is (196,0,206). Sum of RGB (Red+Green+Blue) = 196+0+206=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #C400CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400CE is #3BFF31. Grayscale: #515151. Windows color (decimal): -3931954 or 13500612. OLE color: 13500612.

HSL color Cylindrical-coordinate representation of color #C400CE: hue angle of 297.09º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400CE is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 0 206 -
CMYK 0.05 1 0 0.19
HSL 297.09º 1% 0.4% -
HSV(B) 297.09º 1% 0.81% -
XYZ 33.91 16.19 59.73 -
YUV 82.09 197.93 209.25 -
System Red Green Blue C M Y K H S L
Decimal 196 0 206 0.05 1 0 0.19 297.09 1 0.4
Hex C4 0 CE 5 64 0 13 129 64 28
Octal 304 0 316 5 144 0 23 451 144 50
Binary 11000100 0 11001110 101 1100100 0 10011 100101001 1100100 101000

Color Harmonies of #C400CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400CE

Black with #C400CE

Text Example


Text Example

White with #C400CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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