Html Css Color HEX #C826CA Deep Magenta

📋 copy color: '#C826CA'

red 200 ◦ green 38 ◦ blue 202

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

Shades of Deep Magenta #C826CA

Tints of Deep Magenta #C826CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 45.45%
G = 8.64%
B = 45.91%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C826CA (or 0xC826CA) is known color: Deep Magenta. HEX triplet: C8, 26 and CA. RGB value is (200,38,202). Sum of RGB (Red+Green+Blue) = 200+38+202=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #C826CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826CA is #37D935. Grayscale: #686868. Windows color (decimal): -3660086 or 13248200. OLE color: 13248200.

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

Color convert

RGB 200 38 202 -
CMYK 0.01 0.81 0 0.21
HSL 299.27º 0.68% 0.47% -
HSV(B) 299.27º 0.81% 0.79% -
XYZ 35.17 17.93 57.48 -
YUV 105.13 182.67 195.66 -
System Red Green Blue C M Y K H S L
Decimal 200 38 202 0.01 0.81 0 0.21 299.27 0.68 0.47
Hex C8 26 CA 1 51 0 15 12B 44 2F
Octal 310 46 312 1 121 0 25 453 104 57
Binary 11001000 100110 11001010 1 1010001 0 10101 100101011 1000100 101111

Color Harmonies of #C826CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826CA

Black with #C826CA

Text Example


Text Example

White with #C826CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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