Html Css Color HEX #CB00F9 Electric Purple

📋 copy color: '#CB00F9'

red 203 ◦ green 0 ◦ blue 249

#CB00F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CB00F9

Tints of Electric Purple #CB00F9

RGB

 RED value IS 203 (79.69% from 255) = 44.91%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 249 (97.66% from 255) = 55.09%

R = 44.91%
G = 0%
B = 55.09%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB00F9 (or 0xCB00F9) is known color: Electric Purple. HEX triplet: CB, 00 and F9. RGB value is (203,0,249). Sum of RGB (Red+Green+Blue) = 203+0+249=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB00F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00F9 is #34FF06. Grayscale: #585858. Windows color (decimal): -3473159 or 16318667. OLE color: 16318667.

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

Color convert

RGB 203 0 249 -
CMYK 0.18 1 0 0.02
HSL 288.92º 1% 0.49% -
HSV(B) 288.92º 1% 0.98% -
XYZ 41.73 19.54 91.19 -
YUV 89.08 218.25 209.25 -
System Red Green Blue C M Y K H S L
Decimal 203 0 249 0.18 1 0 0.02 288.92 1 0.49
Hex CB 0 F9 12 64 0 2 121 64 31
Octal 313 0 371 22 144 0 2 441 144 61
Binary 11001011 0 11111001 10010 1100100 0 10 100100001 1100100 110001

Color Harmonies of #CB00F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00F9

Black with #CB00F9

Text Example


Text Example

White with #CB00F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00F9; }

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

 H1.HeaderClassName
 {
   color: #CB00F9;
 }
 .AnyTagClassName
 {
   color: #CB00F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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