Html Css Color HEX #C828CF Deep Magenta

📋 copy color: '#C828CF'

red 200 ◦ green 40 ◦ blue 207

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

Shades of Deep Magenta #C828CF

Tints of Deep Magenta #C828CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 44.74%
G = 8.95%
B = 46.31%

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

#C828CF (or 0xC828CF) is known color: Deep Magenta. HEX triplet: C8, 28 and CF. RGB value is (200,40,207). Sum of RGB (Red+Green+Blue) = 200+40+207=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #C828CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828CF is #37D730. Grayscale: #6A6A6A. Windows color (decimal): -3659569 or 13576392. OLE color: 13576392.

HSL color Cylindrical-coordinate representation of color #C828CF: hue angle of 297.49º degrees, saturation: 0.68, 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 #C828CF is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 40 207 -
CMYK 0.03 0.81 0 0.19
HSL 297.49º 0.68% 0.48% -
HSV(B) 297.49º 0.81% 0.81% -
XYZ 35.84 18.3 60.68 -
YUV 106.88 184.51 194.42 -
System Red Green Blue C M Y K H S L
Decimal 200 40 207 0.03 0.81 0 0.19 297.49 0.68 0.48
Hex C8 28 CF 3 51 0 13 129 44 30
Octal 310 50 317 3 121 0 23 451 104 60
Binary 11001000 101000 11001111 11 1010001 0 10011 100101001 1000100 110000

Color Harmonies of #C828CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828CF

Black with #C828CF

Text Example


Text Example

White with #C828CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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