Html Css Color HEX #CB29EC Electric Purple

📋 copy color: '#CB29EC'

red 203 ◦ green 41 ◦ blue 236

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

Shades of Electric Purple #CB29EC

Tints of Electric Purple #CB29EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.54%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 42.29%
G = 8.54%
B = 49.17%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB29EC (or 0xCB29EC) is known color: Electric Purple. HEX triplet: CB, 29 and EC. RGB value is (203,41,236). Sum of RGB (Red+Green+Blue) = 203+41+236=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB29EC is #34D613. Grayscale: #6F6F6F. Windows color (decimal): -3462676 or 15477195. OLE color: 15477195.

HSL color Cylindrical-coordinate representation of color #CB29EC: hue angle of 289.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB29EC is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 41 236 -
CMYK 0.14 0.83 0 0.07
HSL 289.85º 0.84% 0.54% -
HSV(B) 289.85º 0.83% 0.93% -
XYZ 40.56 20.34 81.14 -
YUV 111.67 198.17 193.14 -
System Red Green Blue C M Y K H S L
Decimal 203 41 236 0.14 0.83 0 0.07 289.85 0.84 0.54
Hex CB 29 EC E 53 0 7 122 54 36
Octal 313 51 354 16 123 0 7 442 124 66
Binary 11001011 101001 11101100 1110 1010011 0 111 100100010 1010100 110110

Color Harmonies of #CB29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB29EC

Black with #CB29EC

Text Example


Text Example

White with #CB29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB29EC; }

 p { color: rgb(203,41,236); }

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

background-color css

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

 a { background-color: rgb(203,41,236); }

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

border-color css

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

 span { border-color: rgb(203,41,236); }

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