Html Css Color HEX #CC2FFE Electric Purple

📋 copy color: '#CC2FFE'

red 204 ◦ green 47 ◦ blue 254

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

Shades of Electric Purple #CC2FFE

Tints of Electric Purple #CC2FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.31%

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

R = 40.4%
G = 9.31%
B = 50.3%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC2FFE (or 0xCC2FFE) is known color: Electric Purple. HEX triplet: CC, 2F and FE. RGB value is (204,47,254). Sum of RGB (Red+Green+Blue) = 204+47+254=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 47 (18.75% from 255 or 9.31% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FFE is #33D001. Grayscale: #747474. Windows color (decimal): -3395586 or 16658380. OLE color: 16658380.

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

Color convert

RGB 204 47 254 -
CMYK 0.20 0.81 0 0.00
HSL 285.51º 0.99% 0.59% -
HSV(B) 285.51º 0.81% 1% -
XYZ 43.81 22.03 95.71 -
YUV 117.54 205.01 189.67 -
System Red Green Blue C M Y K H S L
Decimal 204 47 254 0.20 0.81 0 0.00 285.51 0.99 0.59
Hex CC 2F FE 14 51 0 0 11E 63 3B
Octal 314 57 376 24 121 0 0 436 143 73
Binary 11001100 101111 11111110 10100 1010001 0 0 100011110 1100011 111011

Color Harmonies of #CC2FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FFE

Black with #CC2FFE

Text Example


Text Example

White with #CC2FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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