Html Css Color HEX #CB01F8 Electric Purple

📋 copy color: '#CB01F8'

red 203 ◦ green 1 ◦ blue 248

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

Shades of Electric Purple #CB01F8

Tints of Electric Purple #CB01F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.87%

R = 44.91%
G = 0.22%
B = 54.87%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB01F8 (or 0xCB01F8) is known color: Electric Purple. HEX triplet: CB, 01 and F8. RGB value is (203,1,248). Sum of RGB (Red+Green+Blue) = 203+1+248=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB01F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB01F8 is #34FE07. Grayscale: #585858. Windows color (decimal): -3472904 or 16253387. OLE color: 16253387.

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

Color convert

RGB 203 1 248 -
CMYK 0.18 1.00 0 0.03
HSL 289.07º 0.99% 0.49% -
HSV(B) 289.07º 1% 0.97% -
XYZ 41.58 19.5 90.38 -
YUV 89.56 217.42 208.92 -
System Red Green Blue C M Y K H S L
Decimal 203 1 248 0.18 1.00 0 0.03 289.07 0.99 0.49
Hex CB 1 F8 12 64 0 3 121 63 31
Octal 313 1 370 22 144 0 3 441 143 61
Binary 11001011 1 11111000 10010 1100100 0 11 100100001 1100011 110001

Color Harmonies of #CB01F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB01F8

Black with #CB01F8

Text Example


Text Example

White with #CB01F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB01F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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