#cb16f2

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

Shades of Electric Purple #CB16F2

Tints of Electric Purple #CB16F2

Color information

#CB16F2 (or 0xCB16F2) is unknown color: approx Electric Purple. HEX triplet: CB, 16 and F2. RGB value is (203,22,242). Sum of RGB (Red+Green+Blue) = 203+22+242=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB16F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB16F2 is #34E90D. Grayscale: #646464. Windows color (decimal): -3467534 or 15865547. OLE color: 15865547.

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

Color convert

RGB20322242-
CMYK0.160.9100.05
HSL289.36º89.43%51.76%-
HSV(B)289.36º90.91%94.9%-
XYZ40.9419.6885.65-
YUV101.2207.47200.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 22 (8.98% from 255) = 4.71%
BLUE value IS 242 (94.92% from 255) = 51.82%
R=43.47%
G=4.71%
B=51.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203222420.160.9100.05289.3689.4351.76
HexCB16F2105B051215934
Octal31326362201330544113164
Binary11001011101101111001010000101101101011001000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb16f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb16f2; }

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

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

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

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

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

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

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

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