Html Css Color HEX #C826CD Deep Magenta

📋 copy color: '#C826CD'

red 200 ◦ green 38 ◦ blue 205

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

Shades of Deep Magenta #C826CD

Tints of Deep Magenta #C826CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 45.15%
G = 8.58%
B = 46.28%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C826CD (or 0xC826CD) is known color: Deep Magenta. HEX triplet: C8, 26 and CD. RGB value is (200,38,205). Sum of RGB (Red+Green+Blue) = 200+38+205=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #C826CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826CD is #37D932. Grayscale: #686868. Windows color (decimal): -3660083 or 13444808. OLE color: 13444808.

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

Color convert

RGB 200 38 205 -
CMYK 0.02 0.81 0 0.20
HSL 298.2º 0.69% 0.48% -
HSV(B) 298.2º 0.81% 0.8% -
XYZ 35.53 18.07 59.37 -
YUV 105.48 184.17 195.42 -
System Red Green Blue C M Y K H S L
Decimal 200 38 205 0.02 0.81 0 0.20 298.2 0.69 0.48
Hex C8 26 CD 2 51 0 14 12A 45 30
Octal 310 46 315 2 121 0 24 452 105 60
Binary 11001000 100110 11001101 10 1010001 0 10100 100101010 1000101 110000

Color Harmonies of #C826CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826CD

Black with #C826CD

Text Example


Text Example

White with #C826CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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