Html Css Color HEX #CB24EB Electric Purple

📋 copy color: '#CB24EB'

red 203 ◦ green 36 ◦ blue 235

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

Shades of Electric Purple #CB24EB

Tints of Electric Purple #CB24EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 42.83%
G = 7.59%
B = 49.58%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB24EB (or 0xCB24EB) is known color: Electric Purple. HEX triplet: CB, 24 and EB. RGB value is (203,36,235). Sum of RGB (Red+Green+Blue) = 203+36+235=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB24EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB24EB is #34DB14. Grayscale: #6B6B6B. Windows color (decimal): -3463957 or 15410379. OLE color: 15410379.

HSL color Cylindrical-coordinate representation of color #CB24EB: hue angle of 290.35º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB24EB is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 36 235 -
CMYK 0.14 0.85 0 0.08
HSL 290.35º 0.83% 0.53% -
HSV(B) 290.35º 0.85% 0.92% -
XYZ 40.25 19.96 80.33 -
YUV 108.62 199.33 195.32 -
System Red Green Blue C M Y K H S L
Decimal 203 36 235 0.14 0.85 0 0.08 290.35 0.83 0.53
Hex CB 24 EB E 55 0 8 122 53 35
Octal 313 44 353 16 125 0 10 442 123 65
Binary 11001011 100100 11101011 1110 1010101 0 1000 100100010 1010011 110101

Color Harmonies of #CB24EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB24EB

Black with #CB24EB

Text Example


Text Example

White with #CB24EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB24EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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