Html Css Color HEX #CC36FE Electric Purple

📋 copy color: '#CC36FE'

red 204 ◦ green 54 ◦ blue 254

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

Shades of Electric Purple #CC36FE

Tints of Electric Purple #CC36FE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.55%

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

R = 39.84%
G = 10.55%
B = 49.61%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC36FE (or 0xCC36FE) is known color: Electric Purple. HEX triplet: CC, 36 and FE. RGB value is (204,54,254). Sum of RGB (Red+Green+Blue) = 204+54+254=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 54 (21.48% from 255 or 10.55% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36FE is #33C901. Grayscale: #797979. Windows color (decimal): -3393794 or 16660172. OLE color: 16660172.

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

Color convert

RGB 204 54 254 -
CMYK 0.20 0.79 0 0.00
HSL 285º 0.99% 0.6% -
HSV(B) 285º 0.79% 1% -
XYZ 44.11 22.63 95.81 -
YUV 121.65 202.7 186.74 -
System Red Green Blue C M Y K H S L
Decimal 204 54 254 0.20 0.79 0 0.00 285 0.99 0.6
Hex CC 36 FE 14 4F 0 0 11D 63 3C
Octal 314 66 376 24 117 0 0 435 143 74
Binary 11001100 110110 11111110 10100 1001111 0 0 100011101 1100011 111100

Color Harmonies of #CC36FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36FE

Black with #CC36FE

Text Example


Text Example

White with #CC36FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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