Html Css Color HEX #CB1EF9 Electric Purple

📋 copy color: '#CB1EF9'

red 203 ◦ green 30 ◦ blue 249

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

Shades of Electric Purple #CB1EF9

Tints of Electric Purple #CB1EF9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.22%

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

R = 42.12%
G = 6.22%
B = 51.66%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB1EF9 (or 0xCB1EF9) is known color: Electric Purple. HEX triplet: CB, 1E and F9. RGB value is (203,30,249). Sum of RGB (Red+Green+Blue) = 203+30+249=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB1EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1EF9 is #34E106. Grayscale: #696969. Windows color (decimal): -3465479 or 16326347. OLE color: 16326347.

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

Color convert

RGB 203 30 249 -
CMYK 0.18 0.88 0 0.02
HSL 287.4º 0.95% 0.55% -
HSV(B) 287.4º 0.88% 0.98% -
XYZ 42.19 20.46 91.35 -
YUV 106.69 208.31 196.69 -
System Red Green Blue C M Y K H S L
Decimal 203 30 249 0.18 0.88 0 0.02 287.4 0.95 0.55
Hex CB 1E F9 12 58 0 2 11F 5F 37
Octal 313 36 371 22 130 0 2 437 137 67
Binary 11001011 11110 11111001 10010 1011000 0 10 100011111 1011111 110111

Color Harmonies of #CB1EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1EF9

Black with #CB1EF9

Text Example


Text Example

White with #CB1EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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