#CB16F9

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

Shades of Electric Purple #CB16F9

Tints of Electric Purple #CB16F9

Color information

#CB16F9 (or 0xCB16F9) is unknown color: approx Electric Purple. HEX triplet: CB, 16 and F9. RGB value is (203,22,249). Sum of RGB (Red+Green+Blue) = 203+22+249=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB16F9 is #34E906. Grayscale: #656565. Windows color (decimal): -3467527 or 16324299. OLE color: 16324299.

HSL color Cylindrical-coordinate representation of color #CB16F9: hue angle of 287.84º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB16F9 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20322249-
CMYK0.180.9100.02
HSL287.84º94.98%53.14%-
HSV(B)287.84º91.16%97.65%-
XYZ42.0120.1191.29-
YUV102210.97200.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 22 (8.98% from 255) = 4.64%
BLUE value IS 249 (97.66% from 255) = 52.53%
R=42.83%
G=4.64%
B=52.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal203222490.180.9100.02287.8494.9853.14
HexCB16F9125B021205f35
Octal31326371221330244013765
Binary1100101110110111110011001010110110101001000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB16F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB16F9; }

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

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

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

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

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

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

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

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