Html Css Color HEX #CB01EF Electric Purple

📋 copy color: '#CB01EF'

red 203 ◦ green 1 ◦ blue 239

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

Shades of Electric Purple #CB01EF

Tints of Electric Purple #CB01EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 45.82%
G = 0.23%
B = 53.95%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB01EF (or 0xCB01EF) is known color: Electric Purple. HEX triplet: CB, 01 and EF. RGB value is (203,1,239). Sum of RGB (Red+Green+Blue) = 203+1+239=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB01EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB01EF is #34FE10. Grayscale: #575757. Windows color (decimal): -3472913 or 15663563. OLE color: 15663563.

HSL color Cylindrical-coordinate representation of color #CB01EF: hue angle of 290.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01EF is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 1 239 -
CMYK 0.15 1.00 0 0.06
HSL 290.92º 0.99% 0.47% -
HSV(B) 290.92º 1% 0.94% -
XYZ 40.22 18.95 83.2 -
YUV 88.53 212.92 209.65 -
System Red Green Blue C M Y K H S L
Decimal 203 1 239 0.15 1.00 0 0.06 290.92 0.99 0.47
Hex CB 1 EF F 64 0 6 123 63 2F
Octal 313 1 357 17 144 0 6 443 143 57
Binary 11001011 1 11101111 1111 1100100 0 110 100100011 1100011 101111

Color Harmonies of #CB01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB01EF

Black with #CB01EF

Text Example


Text Example

White with #CB01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB01EF; }

 p { color: rgb(203,1,239); }

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

background-color css

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

 a { background-color: rgb(203,1,239); }

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

border-color css

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

 span { border-color: rgb(203,1,239); }

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