Html Css Color HEX #CC26B7 Deep Magenta

📋 copy color: '#CC26B7'

red 204 ◦ green 38 ◦ blue 183

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

Shades of Deep Magenta #CC26B7

Tints of Deep Magenta #CC26B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.06%

R = 48%
G = 8.94%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC26B7 (or 0xCC26B7) is known color: Deep Magenta. HEX triplet: CC, 26 and B7. RGB value is (204,38,183). Sum of RGB (Red+Green+Blue) = 204+38+183=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26B7 is #33D948. Grayscale: #676767. Windows color (decimal): -3397961 or 12003020. OLE color: 12003020.

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

Color convert

RGB 204 38 183 -
CMYK 0 0.81 0.10 0.2
HSL 307.59º 0.69% 0.47% -
HSV(B) 307.59º 0.81% 0.8% -
XYZ 34.14 17.64 46.41 -
YUV 104.16 172.5 199.21 -
System Red Green Blue C M Y K H S L
Decimal 204 38 183 0 0.81 0.10 0.2 307.59 0.69 0.47
Hex CC 26 B7 0 51 A 14 134 45 2F
Octal 314 46 267 0 121 12 24 464 105 57
Binary 11001100 100110 10110111 0 1010001 1010 10100 100110100 1000101 101111

Color Harmonies of #CC26B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26B7

Black with #CC26B7

Text Example


Text Example

White with #CC26B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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