Html Css Color HEX #C826CB Deep Magenta

📋 copy color: '#C826CB'

red 200 ◦ green 38 ◦ blue 203

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

Shades of Deep Magenta #C826CB

Tints of Deep Magenta #C826CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 45.35%
G = 8.62%
B = 46.03%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C826CB (or 0xC826CB) is known color: Deep Magenta. HEX triplet: C8, 26 and CB. RGB value is (200,38,203). Sum of RGB (Red+Green+Blue) = 200+38+203=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #C826CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826CB is #37D934. Grayscale: #686868. Windows color (decimal): -3660085 or 13313736. OLE color: 13313736.

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

Color convert

RGB 200 38 203 -
CMYK 0.01 0.81 0 0.20
HSL 298.91º 0.68% 0.47% -
HSV(B) 298.91º 0.81% 0.8% -
XYZ 35.29 17.98 58.11 -
YUV 105.25 183.17 195.58 -
System Red Green Blue C M Y K H S L
Decimal 200 38 203 0.01 0.81 0 0.20 298.91 0.68 0.47
Hex C8 26 CB 1 51 0 14 12B 44 2F
Octal 310 46 313 1 121 0 24 453 104 57
Binary 11001000 100110 11001011 1 1010001 0 10100 100101011 1000100 101111

Color Harmonies of #C826CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826CB

Black with #C826CB

Text Example


Text Example

White with #C826CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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