Html Css Color HEX #CC1BEA Electric Purple

📋 copy color: '#CC1BEA'

red 204 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #CC1BEA

Tints of Electric Purple #CC1BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.81%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 43.87%
G = 5.81%
B = 50.32%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC1BEA (or 0xCC1BEA) is known color: Electric Purple. HEX triplet: CC, 1B and EA. RGB value is (204,27,234). Sum of RGB (Red+Green+Blue) = 204+27+234=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC1BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BEA is #33E415. Grayscale: #666666. Windows color (decimal): -3400726 or 15342540. OLE color: 15342540.

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

Color convert

RGB 204 27 234 -
CMYK 0.13 0.88 0 0.08
HSL 291.3º 0.83% 0.51% -
HSV(B) 291.3º 0.88% 0.92% -
XYZ 40.15 19.56 79.5 -
YUV 103.52 201.64 199.67 -
System Red Green Blue C M Y K H S L
Decimal 204 27 234 0.13 0.88 0 0.08 291.3 0.83 0.51
Hex CC 1B EA D 58 0 8 123 53 33
Octal 314 33 352 15 130 0 10 443 123 63
Binary 11001100 11011 11101010 1101 1011000 0 1000 100100011 1010011 110011

Color Harmonies of #CC1BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BEA

Black with #CC1BEA

Text Example


Text Example

White with #CC1BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BEA; }

 p { color: rgb(204,27,234); }

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

background-color css

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

 a { background-color: rgb(204,27,234); }

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

border-color css

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

 span { border-color: rgb(204,27,234); }

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