Html Css Color HEX #C804CE Deep Magenta

📋 copy color: '#C804CE'

red 200 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #C804CE

Tints of Deep Magenta #C804CE

RGB

 RED value IS 200 (78.52% from 255) = 48.78%

 GREEN value IS 4 (1.95% from 255) = 0.98%

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

R = 48.78%
G = 0.98%
B = 50.24%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C804CE (or 0xC804CE) is known color: Deep Magenta. HEX triplet: C8, 04 and CE. RGB value is (200,4,206). Sum of RGB (Red+Green+Blue) = 200+4+206=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #C804CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C804CE is #37FB31. Grayscale: #555555. Windows color (decimal): -3668786 or 13501640. OLE color: 13501640.

HSL color Cylindrical-coordinate representation of color #C804CE: hue angle of 298.22º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804CE is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 4 206 -
CMYK 0.03 0.98 0 0.19
HSL 298.22º 0.96% 0.41% -
HSV(B) 298.22º 0.98% 0.81% -
XYZ 35 16.82 59.79 -
YUV 85.63 195.93 209.57 -
System Red Green Blue C M Y K H S L
Decimal 200 4 206 0.03 0.98 0 0.19 298.22 0.96 0.41
Hex C8 4 CE 3 62 0 13 12A 60 29
Octal 310 4 316 3 142 0 23 452 140 51
Binary 11001000 100 11001110 11 1100010 0 10011 100101010 1100000 101001

Color Harmonies of #C804CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C804CE

Black with #C804CE

Text Example


Text Example

White with #C804CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C804CE; }

 p { color: rgb(200,4,206); }

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

background-color css

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

 a { background-color: rgb(200,4,206); }

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

border-color css

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

 span { border-color: rgb(200,4,206); }

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