Html Css Color HEX #CC26CB Deep Magenta

📋 copy color: '#CC26CB'

red 204 ◦ green 38 ◦ blue 203

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

Shades of Deep Magenta #CC26CB

Tints of Deep Magenta #CC26CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 45.84%
G = 8.54%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC26CB (or 0xCC26CB) is known color: Deep Magenta. HEX triplet: CC, 26 and CB. RGB value is (204,38,203). Sum of RGB (Red+Green+Blue) = 204+38+203=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26CB is #33D934. Grayscale: #696969. Windows color (decimal): -3397941 or 13313740. OLE color: 13313740.

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

Color convert

RGB 204 38 203 -
CMYK 0 0.81 0.00 0.2
HSL 300.36º 0.69% 0.47% -
HSV(B) 300.36º 0.81% 0.8% -
XYZ 36.37 18.54 58.16 -
YUV 106.44 182.5 197.58 -
System Red Green Blue C M Y K H S L
Decimal 204 38 203 0 0.81 0.00 0.2 300.36 0.69 0.47
Hex CC 26 CB 0 51 0 14 12C 45 2F
Octal 314 46 313 0 121 0 24 454 105 57
Binary 11001100 100110 11001011 0 1010001 0 10100 100101100 1000101 101111

Color Harmonies of #CC26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26CB

Black with #CC26CB

Text Example


Text Example

White with #CC26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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