Html Css Color HEX #C826BE Deep Magenta

📋 copy color: '#C826BE'

red 200 ◦ green 38 ◦ blue 190

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

Shades of Deep Magenta #C826BE

Tints of Deep Magenta #C826BE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.88%

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

R = 46.73%
G = 8.88%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C826BE (or 0xC826BE) is known color: Deep Magenta. HEX triplet: C8, 26 and BE. RGB value is (200,38,190). Sum of RGB (Red+Green+Blue) = 200+38+190=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C826BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826BE is #37D941. Grayscale: #676767. Windows color (decimal): -3660098 or 12461768. OLE color: 12461768.

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

Color convert

RGB 200 38 190 -
CMYK 0 0.81 0.05 0.22
HSL 303.7º 0.68% 0.47% -
HSV(B) 303.7º 0.81% 0.78% -
XYZ 33.81 17.38 50.29 -
YUV 103.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 200 38 190 0 0.81 0.05 0.22 303.7 0.68 0.47
Hex C8 26 BE 0 51 5 16 130 44 2F
Octal 310 46 276 0 121 5 26 460 104 57
Binary 11001000 100110 10111110 0 1010001 101 10110 100110000 1000100 101111

Color Harmonies of #C826BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826BE

Black with #C826BE

Text Example


Text Example

White with #C826BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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