#CB26C4

Color #CB26C4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CB26C4

Tints of Deep Magenta #CB26C4

Color information

#CB26C4 (or 0xCB26C4) is unknown color: approx Deep Magenta. HEX triplet: CB, 26 and C4. RGB value is (203,38,196). Sum of RGB (Red+Green+Blue) = 203+38+196=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB26C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB26C4 is #34D93B. Grayscale: #686868. Windows color (decimal): -3463484 or 12854987. OLE color: 12854987.

HSL color Cylindrical-coordinate representation of color #CB26C4: hue angle of 302.55º degrees, saturation: 0.68, 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 #CB26C4 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB20338196-
CMYK00.810.030.20
HSL302.55º68.46%47.25%-
HSV(B)302.55º81.28%79.61%-
XYZ35.2918.0753.85-
YUV105.35179.16197.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 38 (15.23% from 255) = 8.70%
BLUE value IS 196 (76.95% from 255) = 44.85%
R=46.45%
G=8.70%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033819600.810.030.20302.5568.4647.25
HexCB26C405131412f442f
Octal31346304012132445710457
Binary11001011100110110001000101000111101001001011111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB26C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB26C4; }

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

 H1.HeaderClassName
 {
   color: #CB26C4;
 }
 .AnyTagClassName
 {
   color: #CB26C4;
 }
</style>
background-color css

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

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

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

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

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

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