Html Css Color HEX #CC26BD Deep Magenta

📋 copy color: '#CC26BD'

red 204 ◦ green 38 ◦ blue 189

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

Shades of Deep Magenta #CC26BD

Tints of Deep Magenta #CC26BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 47.33%
G = 8.82%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC26BD (or 0xCC26BD) is known color: Deep Magenta. HEX triplet: CC, 26 and BD. RGB value is (204,38,189). Sum of RGB (Red+Green+Blue) = 204+38+189=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26BD is #33D942. Grayscale: #686868. Windows color (decimal): -3397955 or 12396236. OLE color: 12396236.

HSL color Cylindrical-coordinate representation of color #CC26BD: hue angle of 305.42º 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 #CC26BD is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 189 -
CMYK 0 0.81 0.07 0.2
HSL 305.42º 0.69% 0.47% -
HSV(B) 305.42º 0.81% 0.8% -
XYZ 34.78 17.9 49.77 -
YUV 104.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 204 38 189 0 0.81 0.07 0.2 305.42 0.69 0.47
Hex CC 26 BD 0 51 7 14 131 45 2F
Octal 314 46 275 0 121 7 24 461 105 57
Binary 11001100 100110 10111101 0 1010001 111 10100 100110001 1000101 101111

Color Harmonies of #CC26BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26BD

Black with #CC26BD

Text Example


Text Example

White with #CC26BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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