Html Css Color HEX #CC18EA Electric Purple

📋 copy color: '#CC18EA'

red 204 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #CC18EA

Tints of Electric Purple #CC18EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.19%

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

R = 44.16%
G = 5.19%
B = 50.65%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC18EA (or 0xCC18EA) is known color: Electric Purple. HEX triplet: CC, 18 and EA. RGB value is (204,24,234). Sum of RGB (Red+Green+Blue) = 204+24+234=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18EA is #33E715. Grayscale: #656565. Windows color (decimal): -3401494 or 15341772. OLE color: 15341772.

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

Color convert

RGB 204 24 234 -
CMYK 0.13 0.90 0 0.08
HSL 291.43º 0.83% 0.51% -
HSV(B) 291.43º 0.9% 0.92% -
XYZ 40.08 19.43 79.48 -
YUV 101.76 202.63 200.92 -
System Red Green Blue C M Y K H S L
Decimal 204 24 234 0.13 0.90 0 0.08 291.43 0.83 0.51
Hex CC 18 EA D 5A 0 8 123 53 33
Octal 314 30 352 15 132 0 10 443 123 63
Binary 11001100 11000 11101010 1101 1011010 0 1000 100100011 1010011 110011

Color Harmonies of #CC18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18EA

Black with #CC18EA

Text Example


Text Example

White with #CC18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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