Html Css Color HEX #CB24EE Electric Purple

📋 copy color: '#CB24EE'

red 203 ◦ green 36 ◦ blue 238

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

Shades of Electric Purple #CB24EE

Tints of Electric Purple #CB24EE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.55%

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 42.56%
G = 7.55%
B = 49.9%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB24EE (or 0xCB24EE) is known color: Electric Purple. HEX triplet: CB, 24 and EE. RGB value is (203,36,238). Sum of RGB (Red+Green+Blue) = 203+36+238=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB24EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB24EE is #34DB11. Grayscale: #6C6C6C. Windows color (decimal): -3463954 or 15606987. OLE color: 15606987.

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

Color convert

RGB 203 36 238 -
CMYK 0.15 0.85 0 0.07
HSL 289.6º 0.86% 0.54% -
HSV(B) 289.6º 0.85% 0.93% -
XYZ 40.69 20.13 82.63 -
YUV 108.96 200.83 195.07 -
System Red Green Blue C M Y K H S L
Decimal 203 36 238 0.15 0.85 0 0.07 289.6 0.86 0.54
Hex CB 24 EE F 55 0 7 122 56 36
Octal 313 44 356 17 125 0 7 442 126 66
Binary 11001011 100100 11101110 1111 1010101 0 111 100100010 1010110 110110

Color Harmonies of #CB24EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB24EE

Black with #CB24EE

Text Example


Text Example

White with #CB24EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB24EE; }

 p { color: rgb(203,36,238); }

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

background-color css

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

 a { background-color: rgb(203,36,238); }

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

border-color css

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

 span { border-color: rgb(203,36,238); }

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