Html Css Color HEX #C026DD Deep Magenta

📋 copy color: '#C026DD'

red 192 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #C026DD

Tints of Deep Magenta #C026DD

RGB

 RED value IS 192 (75.39% from 255) = 42.57%

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 42.57%
G = 8.43%
B = 49%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C026DD (or 0xC026DD) is known color: Deep Magenta. HEX triplet: C0, 26 and DD. RGB value is (192,38,221). Sum of RGB (Red+Green+Blue) = 192+38+221=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #C026DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026DD is #3FD922. Grayscale: #686868. Windows color (decimal): -4184355 or 14493376. OLE color: 14493376.

HSL color Cylindrical-coordinate representation of color #C026DD: hue angle of 290.49º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C026DD is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 38 221 -
CMYK 0.13 0.83 0 0.13
HSL 290.49º 0.73% 0.51% -
HSV(B) 290.49º 0.83% 0.87% -
XYZ 35.48 17.81 69.97 -
YUV 104.91 193.52 190.12 -
System Red Green Blue C M Y K H S L
Decimal 192 38 221 0.13 0.83 0 0.13 290.49 0.73 0.51
Hex C0 26 DD D 53 0 D 122 49 33
Octal 300 46 335 15 123 0 15 442 111 63
Binary 11000000 100110 11011101 1101 1010011 0 1101 100100010 1001001 110011

Color Harmonies of #C026DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026DD

Black with #C026DD

Text Example


Text Example

White with #C026DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026DD; }

 p { color: rgb(192,38,221); }

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

background-color css

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

 a { background-color: rgb(192,38,221); }

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

border-color css

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

 span { border-color: rgb(192,38,221); }

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