Html Css Color HEX #CC1FFE Electric Purple

📋 copy color: '#CC1FFE'

red 204 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #CC1FFE

Tints of Electric Purple #CC1FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.34%

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

R = 41.72%
G = 6.34%
B = 51.94%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC1FFE (or 0xCC1FFE) is known color: Electric Purple. HEX triplet: CC, 1F and FE. RGB value is (204,31,254). Sum of RGB (Red+Green+Blue) = 204+31+254=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 31 (12.5% from 255 or 6.34% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC1FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FFE is #33E001. Grayscale: #6B6B6B. Windows color (decimal): -3399682 or 16654284. OLE color: 16654284.

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

Color convert

RGB 204 31 254 -
CMYK 0.20 0.88 0 0.00
HSL 286.55º 0.99% 0.56% -
HSV(B) 286.55º 0.88% 1% -
XYZ 43.28 20.97 95.53 -
YUV 108.15 210.31 196.37 -
System Red Green Blue C M Y K H S L
Decimal 204 31 254 0.20 0.88 0 0.00 286.55 0.99 0.56
Hex CC 1F FE 14 58 0 0 11F 63 38
Octal 314 37 376 24 130 0 0 437 143 70
Binary 11001100 11111 11111110 10100 1011000 0 0 100011111 1100011 111000

Color Harmonies of #CC1FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FFE

Black with #CC1FFE

Text Example


Text Example

White with #CC1FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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