Html Css Color HEX #CC1CEA Electric Purple

📋 copy color: '#CC1CEA'

red 204 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #CC1CEA

Tints of Electric Purple #CC1CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.01%

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

R = 43.78%
G = 6.01%
B = 50.21%

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

#CC1CEA (or 0xCC1CEA) is known color: Electric Purple. HEX triplet: CC, 1C and EA. RGB value is (204,28,234). Sum of RGB (Red+Green+Blue) = 204+28+234=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC1CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CEA is #33E315. Grayscale: #676767. Windows color (decimal): -3400470 or 15342796. OLE color: 15342796.

HSL color Cylindrical-coordinate representation of color #CC1CEA: hue angle of 291.26º 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 #CC1CEA is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 28 234 -
CMYK 0.13 0.88 0 0.08
HSL 291.26º 0.83% 0.51% -
HSV(B) 291.26º 0.88% 0.92% -
XYZ 40.17 19.61 79.51 -
YUV 104.11 201.31 199.25 -
System Red Green Blue C M Y K H S L
Decimal 204 28 234 0.13 0.88 0 0.08 291.26 0.83 0.51
Hex CC 1C EA D 58 0 8 123 53 33
Octal 314 34 352 15 130 0 10 443 123 63
Binary 11001100 11100 11101010 1101 1011000 0 1000 100100011 1010011 110011

Color Harmonies of #CC1CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CEA

Black with #CC1CEA

Text Example


Text Example

White with #CC1CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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