Html Css Color HEX #CC26BE Deep Magenta

📋 copy color: '#CC26BE'

red 204 ◦ green 38 ◦ blue 190

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

Shades of Deep Magenta #CC26BE

Tints of Deep Magenta #CC26BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 47.22%
G = 8.8%
B = 43.98%

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

#CC26BE (or 0xCC26BE) is known color: Deep Magenta. HEX triplet: CC, 26 and BE. RGB value is (204,38,190). Sum of RGB (Red+Green+Blue) = 204+38+190=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26BE is #33D941. Grayscale: #686868. Windows color (decimal): -3397954 or 12461772. OLE color: 12461772.

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

Color convert

RGB 204 38 190 -
CMYK 0 0.81 0.07 0.2
HSL 305.06º 0.69% 0.47% -
HSV(B) 305.06º 0.81% 0.8% -
XYZ 34.89 17.94 50.34 -
YUV 104.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 204 38 190 0 0.81 0.07 0.2 305.06 0.69 0.47
Hex CC 26 BE 0 51 7 14 131 45 2F
Octal 314 46 276 0 121 7 24 461 105 57
Binary 11001100 100110 10111110 0 1010001 111 10100 100110001 1000101 101111

Color Harmonies of #CC26BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26BE

Black with #CC26BE

Text Example


Text Example

White with #CC26BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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