Html Css Color HEX #CC1AEB Electric Purple

📋 copy color: '#CC1AEB'

red 204 ◦ green 26 ◦ blue 235

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

Shades of Electric Purple #CC1AEB

Tints of Electric Purple #CC1AEB

RGB

 RED value IS 204 (80.08% from 255) = 43.87%

 GREEN value IS 26 (10.55% from 255) = 5.59%

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

R = 43.87%
G = 5.59%
B = 50.54%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC1AEB (or 0xCC1AEB) is known color: Electric Purple. HEX triplet: CC, 1A and EB. RGB value is (204,26,235). Sum of RGB (Red+Green+Blue) = 204+26+235=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC1AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1AEB is #33E514. Grayscale: #666666. Windows color (decimal): -3400981 or 15407820. OLE color: 15407820.

HSL color Cylindrical-coordinate representation of color #CC1AEB: hue angle of 291.1º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1AEB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 26 235 -
CMYK 0.13 0.89 0 0.08
HSL 291.1º 0.84% 0.51% -
HSV(B) 291.1º 0.89% 0.92% -
XYZ 40.27 19.57 80.25 -
YUV 103.05 202.47 200.01 -
System Red Green Blue C M Y K H S L
Decimal 204 26 235 0.13 0.89 0 0.08 291.1 0.84 0.51
Hex CC 1A EB D 59 0 8 123 54 33
Octal 314 32 353 15 131 0 10 443 124 63
Binary 11001100 11010 11101011 1101 1011001 0 1000 100100011 1010100 110011

Color Harmonies of #CC1AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AEB

Black with #CC1AEB

Text Example


Text Example

White with #CC1AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AEB; }

 p { color: rgb(204,26,235); }

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

background-color css

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

 a { background-color: rgb(204,26,235); }

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

border-color css

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

 span { border-color: rgb(204,26,235); }

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