Html Css Color HEX #CC26DD Deep Magenta

📋 copy color: '#CC26DD'

red 204 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #CC26DD

Tints of Deep Magenta #CC26DD

RGB

 RED value IS 204 (80.08% from 255) = 44.06%

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

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

R = 44.06%
G = 8.21%
B = 47.73%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC26DD (or 0xCC26DD) is known color: Deep Magenta. HEX triplet: CC, 26 and DD. RGB value is (204,38,221). Sum of RGB (Red+Green+Blue) = 204+38+221=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26DD is #33D922. Grayscale: #6B6B6B. Windows color (decimal): -3397923 or 14493388. OLE color: 14493388.

HSL color Cylindrical-coordinate representation of color #CC26DD: hue angle of 294.43º 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 #CC26DD is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 38 221 -
CMYK 0.08 0.83 0 0.13
HSL 294.43º 0.73% 0.51% -
HSV(B) 294.43º 0.83% 0.87% -
XYZ 38.65 19.44 70.12 -
YUV 108.5 191.5 196.12 -
System Red Green Blue C M Y K H S L
Decimal 204 38 221 0.08 0.83 0 0.13 294.43 0.73 0.51
Hex CC 26 DD 8 53 0 D 126 49 33
Octal 314 46 335 10 123 0 15 446 111 63
Binary 11001100 100110 11011101 1000 1010011 0 1101 100100110 1001001 110011

Color Harmonies of #CC26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26DD

Black with #CC26DD

Text Example


Text Example

White with #CC26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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