Html Css Color HEX #CC26CE Deep Magenta

📋 copy color: '#CC26CE'

red 204 ◦ green 38 ◦ blue 206

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

Shades of Deep Magenta #CC26CE

Tints of Deep Magenta #CC26CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 45.54%
G = 8.48%
B = 45.98%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC26CE (or 0xCC26CE) is known color: Deep Magenta. HEX triplet: CC, 26 and CE. RGB value is (204,38,206). Sum of RGB (Red+Green+Blue) = 204+38+206=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC26CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26CE is #33D931. Grayscale: #6A6A6A. Windows color (decimal): -3397938 or 13510348. OLE color: 13510348.

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

Color convert

RGB 204 38 206 -
CMYK 0.01 0.82 0 0.19
HSL 299.29º 0.69% 0.48% -
HSV(B) 299.29º 0.82% 0.81% -
XYZ 36.74 18.68 60.06 -
YUV 106.79 184 197.34 -
System Red Green Blue C M Y K H S L
Decimal 204 38 206 0.01 0.82 0 0.19 299.29 0.69 0.48
Hex CC 26 CE 1 52 0 13 12B 45 30
Octal 314 46 316 1 122 0 23 453 105 60
Binary 11001100 100110 11001110 1 1010010 0 10011 100101011 1000101 110000

Color Harmonies of #CC26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26CE

Black with #CC26CE

Text Example


Text Example

White with #CC26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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