Html Css Color HEX #CB21EF Electric Purple

📋 copy color: '#CB21EF'

red 203 ◦ green 33 ◦ blue 239

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

Shades of Electric Purple #CB21EF

Tints of Electric Purple #CB21EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.95%

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

R = 42.74%
G = 6.95%
B = 50.32%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB21EF (or 0xCB21EF) is known color: Electric Purple. HEX triplet: CB, 21 and EF. RGB value is (203,33,239). Sum of RGB (Red+Green+Blue) = 203+33+239=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB21EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21EF is #34DE10. Grayscale: #6A6A6A. Windows color (decimal): -3464721 or 15671755. OLE color: 15671755.

HSL color Cylindrical-coordinate representation of color #CB21EF: hue angle of 289.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB21EF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 33 239 -
CMYK 0.15 0.86 0 0.06
HSL 289.51º 0.87% 0.53% -
HSV(B) 289.51º 0.86% 0.94% -
XYZ 40.75 20.02 83.38 -
YUV 107.31 202.32 196.25 -
System Red Green Blue C M Y K H S L
Decimal 203 33 239 0.15 0.86 0 0.06 289.51 0.87 0.53
Hex CB 21 EF F 56 0 6 122 57 35
Octal 313 41 357 17 126 0 6 442 127 65
Binary 11001011 100001 11101111 1111 1010110 0 110 100100010 1010111 110101

Color Harmonies of #CB21EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21EF

Black with #CB21EF

Text Example


Text Example

White with #CB21EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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