Html Css Color HEX #CC26DE Deep Magenta

📋 copy color: '#CC26DE'

red 204 ◦ green 38 ◦ blue 222

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

Shades of Deep Magenta #CC26DE

Tints of Deep Magenta #CC26DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 43.97%
G = 8.19%
B = 47.84%

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

#CC26DE (or 0xCC26DE) is known color: Deep Magenta. HEX triplet: CC, 26 and DE. RGB value is (204,38,222). Sum of RGB (Red+Green+Blue) = 204+38+222=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC26DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26DE is #33D921. Grayscale: #6C6C6C. Windows color (decimal): -3397922 or 14558924. OLE color: 14558924.

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

Color convert

RGB 204 38 222 -
CMYK 0.08 0.83 0 0.13
HSL 294.13º 0.74% 0.51% -
HSV(B) 294.13º 0.83% 0.87% -
XYZ 38.78 19.5 70.83 -
YUV 108.61 192 196.04 -
System Red Green Blue C M Y K H S L
Decimal 204 38 222 0.08 0.83 0 0.13 294.13 0.74 0.51
Hex CC 26 DE 8 53 0 D 126 4A 33
Octal 314 46 336 10 123 0 15 446 112 63
Binary 11001100 100110 11011110 1000 1010011 0 1101 100100110 1001010 110011

Color Harmonies of #CC26DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26DE

Black with #CC26DE

Text Example


Text Example

White with #CC26DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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