#cb24ec

Color #CB24EC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CB24EC

Tints of Electric Purple #CB24EC

Color information

#CB24EC (or 0xCB24EC) is unknown color: approx Electric Purple. HEX triplet: CB, 24 and EC. RGB value is (203,36,236). Sum of RGB (Red+Green+Blue) = 203+36+236=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB24EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB24EC is #34DB13. Grayscale: #6C6C6C. Windows color (decimal): -3463956 or 15475915. OLE color: 15475915.

HSL color Cylindrical-coordinate representation of color #CB24EC: hue angle of 290.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB24EC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20336236-
CMYK0.140.8500.07
HSL290.1º84.03%53.33%-
HSV(B)290.1º84.75%92.55%-
XYZ40.420.0181.09-
YUV108.73199.83195.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 36 (14.45% from 255) = 7.58%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=42.74%
G=7.58%
B=49.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203362360.140.8500.07290.184.0353.33
HexCB24ECE55071225435
Octal31344354161250744212465
Binary11001011100100111011001110101010101111001000101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb24ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb24ec; }

 p { color: rgb(203,36,236); }

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

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

 a { background-color: rgb(203,36,236); }

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

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

 span { border-color: rgb(203,36,236); }

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