Html Css Color HEX #C826BD Deep Magenta

📋 copy color: '#C826BD'

red 200 ◦ green 38 ◦ blue 189

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

Shades of Deep Magenta #C826BD

Tints of Deep Magenta #C826BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 46.84%
G = 8.9%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C826BD (or 0xC826BD) is known color: Deep Magenta. HEX triplet: C8, 26 and BD. RGB value is (200,38,189). Sum of RGB (Red+Green+Blue) = 200+38+189=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C826BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826BD is #37D942. Grayscale: #676767. Windows color (decimal): -3660099 or 12396232. OLE color: 12396232.

HSL color Cylindrical-coordinate representation of color #C826BD: hue angle of 304.07º 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 #C826BD is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 189 -
CMYK 0 0.81 0.06 0.22
HSL 304.07º 0.68% 0.47% -
HSV(B) 304.07º 0.81% 0.78% -
XYZ 33.7 17.34 49.71 -
YUV 103.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 200 38 189 0 0.81 0.06 0.22 304.07 0.68 0.47
Hex C8 26 BD 0 51 6 16 130 44 2F
Octal 310 46 275 0 121 6 26 460 104 57
Binary 11001000 100110 10111101 0 1010001 110 10110 100110000 1000100 101111

Color Harmonies of #C826BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826BD

Black with #C826BD

Text Example


Text Example

White with #C826BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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