Html Css Color HEX #CC18EF Electric Purple

📋 copy color: '#CC18EF'

red 204 ◦ green 24 ◦ blue 239

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

Shades of Electric Purple #CC18EF

Tints of Electric Purple #CC18EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 43.68%
G = 5.14%
B = 51.18%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC18EF (or 0xCC18EF) is known color: Electric Purple. HEX triplet: CC, 18 and EF. RGB value is (204,24,239). Sum of RGB (Red+Green+Blue) = 204+24+239=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC18EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18EF is #33E710. Grayscale: #656565. Windows color (decimal): -3401489 or 15669452. OLE color: 15669452.

HSL color Cylindrical-coordinate representation of color #CC18EF: hue angle of 290.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC18EF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 24 239 -
CMYK 0.15 0.90 0 0.06
HSL 290.23º 0.87% 0.52% -
HSV(B) 290.23º 0.9% 0.94% -
XYZ 40.81 19.72 83.32 -
YUV 102.33 205.13 200.52 -
System Red Green Blue C M Y K H S L
Decimal 204 24 239 0.15 0.90 0 0.06 290.23 0.87 0.52
Hex CC 18 EF F 5A 0 6 122 57 34
Octal 314 30 357 17 132 0 6 442 127 64
Binary 11001100 11000 11101111 1111 1011010 0 110 100100010 1010111 110100

Color Harmonies of #CC18EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18EF

Black with #CC18EF

Text Example


Text Example

White with #CC18EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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