Html Css Color HEX #CC26CD Deep Magenta

📋 copy color: '#CC26CD'

red 204 ◦ green 38 ◦ blue 205

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

Shades of Deep Magenta #CC26CD

Tints of Deep Magenta #CC26CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 45.64%
G = 8.5%
B = 45.86%

CMYK

 C value IS 0.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC26CD (or 0xCC26CD) is known color: Deep Magenta. HEX triplet: CC, 26 and CD. RGB value is (204,38,205). Sum of RGB (Red+Green+Blue) = 204+38+205=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC26CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26CD is #33D932. Grayscale: #6A6A6A. Windows color (decimal): -3397939 or 13444812. OLE color: 13444812.

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

Color convert

RGB 204 38 205 -
CMYK 0.00 0.81 0 0.20
HSL 299.64º 0.69% 0.48% -
HSV(B) 299.64º 0.81% 0.8% -
XYZ 36.61 18.63 59.42 -
YUV 106.67 183.5 197.42 -
System Red Green Blue C M Y K H S L
Decimal 204 38 205 0.00 0.81 0 0.20 299.64 0.69 0.48
Hex CC 26 CD 0 51 0 14 12C 45 30
Octal 314 46 315 0 121 0 24 454 105 60
Binary 11001100 100110 11001101 0 1010001 0 10100 100101100 1000101 110000

Color Harmonies of #CC26CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26CD

Black with #CC26CD

Text Example


Text Example

White with #CC26CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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