Html Css Color HEX #C828CE Deep Magenta

📋 copy color: '#C828CE'

red 200 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #C828CE

Tints of Deep Magenta #C828CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.97%

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

R = 44.84%
G = 8.97%
B = 46.19%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C828CE (or 0xC828CE) is known color: Deep Magenta. HEX triplet: C8, 28 and CE. RGB value is (200,40,206). Sum of RGB (Red+Green+Blue) = 200+40+206=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #C828CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828CE is #37D731. Grayscale: #6A6A6A. Windows color (decimal): -3659570 or 13510856. OLE color: 13510856.

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

Color convert

RGB 200 40 206 -
CMYK 0.03 0.81 0 0.19
HSL 297.83º 0.67% 0.48% -
HSV(B) 297.83º 0.81% 0.81% -
XYZ 35.72 18.25 60.03 -
YUV 106.76 184.01 194.5 -
System Red Green Blue C M Y K H S L
Decimal 200 40 206 0.03 0.81 0 0.19 297.83 0.67 0.48
Hex C8 28 CE 3 51 0 13 12A 43 30
Octal 310 50 316 3 121 0 23 452 103 60
Binary 11001000 101000 11001110 11 1010001 0 10011 100101010 1000011 110000

Color Harmonies of #C828CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828CE

Black with #C828CE

Text Example


Text Example

White with #C828CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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