Html Css Color HEX #CB21F4 Electric Purple

📋 copy color: '#CB21F4'

red 203 ◦ green 33 ◦ blue 244

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

Shades of Electric Purple #CB21F4

Tints of Electric Purple #CB21F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.83%

R = 42.29%
G = 6.88%
B = 50.83%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB21F4 (or 0xCB21F4) is known color: Electric Purple. HEX triplet: CB, 21 and F4. RGB value is (203,33,244). Sum of RGB (Red+Green+Blue) = 203+33+244=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB21F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21F4 is #34DE0B. Grayscale: #6B6B6B. Windows color (decimal): -3464716 or 15999435. OLE color: 15999435.

HSL color Cylindrical-coordinate representation of color #CB21F4: hue angle of 288.34º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB21F4 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 33 244 -
CMYK 0.17 0.86 0 0.04
HSL 288.34º 0.91% 0.54% -
HSV(B) 288.34º 0.86% 0.96% -
XYZ 41.5 20.32 87.32 -
YUV 107.88 204.82 195.84 -
System Red Green Blue C M Y K H S L
Decimal 203 33 244 0.17 0.86 0 0.04 288.34 0.91 0.54
Hex CB 21 F4 11 56 0 4 120 5B 36
Octal 313 41 364 21 126 0 4 440 133 66
Binary 11001011 100001 11110100 10001 1010110 0 100 100100000 1011011 110110

Color Harmonies of #CB21F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21F4

Black with #CB21F4

Text Example


Text Example

White with #CB21F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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