#CB04F2

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

Shades of Electric Purple #CB04F2

Tints of Electric Purple #CB04F2

Color information

#CB04F2 (or 0xCB04F2) is unknown color: approx Electric Purple. HEX triplet: CB, 04 and F2. RGB value is (203,4,242). Sum of RGB (Red+Green+Blue) = 203+4+242=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB04F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB04F2 is #34FB0D. Grayscale: #595959. Windows color (decimal): -3472142 or 15860939. OLE color: 15860939.

HSL color Cylindrical-coordinate representation of color #CB04F2: hue angle of 290.17º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04F2 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2034242-
CMYK0.160.9800.05
HSL290.17º96.75%48.24%-
HSV(B)290.17º98.35%94.9%-
XYZ40.719.1985.56-
YUV90.63213.43208.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 4 (1.95% from 255) = 0.89%
BLUE value IS 242 (94.92% from 255) = 53.90%
R=45.21%
G=0.89%
B=53.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20342420.160.9800.05290.1796.7548.24
HexCB4F21062051226130
Octal3134362201420544214160
Binary110010111001111001010000110001001011001000101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB04F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB04F2; }

 p { color: rgb(203,4,242); }

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

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

 a { background-color: rgb(203,4,242); }

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

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

 span { border-color: rgb(203,4,242); }

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