Html Css Color HEX #C828BE Deep Magenta

📋 copy color: '#C828BE'

red 200 ◦ green 40 ◦ blue 190

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

Shades of Deep Magenta #C828BE

Tints of Deep Magenta #C828BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 46.51%
G = 9.3%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C828BE (or 0xC828BE) is known color: Deep Magenta. HEX triplet: C8, 28 and BE. RGB value is (200,40,190). Sum of RGB (Red+Green+Blue) = 200+40+190=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C828BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828BE is #37D741. Grayscale: #686868. Windows color (decimal): -3659586 or 12462280. OLE color: 12462280.

HSL color Cylindrical-coordinate representation of color #C828BE: hue angle of 303.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C828BE is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 40 190 -
CMYK 0 0.8 0.05 0.22
HSL 303.75º 0.67% 0.47% -
HSV(B) 303.75º 0.8% 0.78% -
XYZ 33.87 17.51 50.31 -
YUV 104.94 176.01 195.8 -
System Red Green Blue C M Y K H S L
Decimal 200 40 190 0 0.8 0.05 0.22 303.75 0.67 0.47
Hex C8 28 BE 0 50 5 16 130 43 2F
Octal 310 50 276 0 120 5 26 460 103 57
Binary 11001000 101000 10111110 0 1010000 101 10110 100110000 1000011 101111

Color Harmonies of #C828BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828BE

Black with #C828BE

Text Example


Text Example

White with #C828BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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