Html Css Color HEX #CC18FE Electric Purple

📋 copy color: '#CC18FE'

red 204 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #CC18FE

Tints of Electric Purple #CC18FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 42.32%
G = 4.98%
B = 52.7%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC18FE (or 0xCC18FE) is known color: Electric Purple. HEX triplet: CC, 18 and FE. RGB value is (204,24,254). Sum of RGB (Red+Green+Blue) = 204+24+254=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC18FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18FE is #33E701. Grayscale: #676767. Windows color (decimal): -3401474 or 16652492. OLE color: 16652492.

HSL color Cylindrical-coordinate representation of color #CC18FE: hue angle of 286.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC18FE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 24 254 -
CMYK 0.20 0.91 0 0.00
HSL 286.96º 0.99% 0.55% -
HSV(B) 286.96º 0.91% 1% -
XYZ 43.12 20.65 95.48 -
YUV 104.04 212.63 199.3 -
System Red Green Blue C M Y K H S L
Decimal 204 24 254 0.20 0.91 0 0.00 286.96 0.99 0.55
Hex CC 18 FE 14 5B 0 0 11F 63 37
Octal 314 30 376 24 133 0 0 437 143 67
Binary 11001100 11000 11111110 10100 1011011 0 0 100011111 1100011 110111

Color Harmonies of #CC18FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18FE

Black with #CC18FE

Text Example


Text Example

White with #CC18FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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