Html Css Color HEX #CC1FEF Electric Purple

📋 copy color: '#CC1FEF'

red 204 ◦ green 31 ◦ blue 239

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

Shades of Electric Purple #CC1FEF

Tints of Electric Purple #CC1FEF

RGB

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

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

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

R = 43.04%
G = 6.54%
B = 50.42%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC1FEF (or 0xCC1FEF) is known color: Electric Purple. HEX triplet: CC, 1F and EF. RGB value is (204,31,239). Sum of RGB (Red+Green+Blue) = 204+31+239=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC1FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FEF is #33E010. Grayscale: #696969. Windows color (decimal): -3399697 or 15671244. OLE color: 15671244.

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

Color convert

RGB 204 31 239 -
CMYK 0.15 0.87 0 0.06
HSL 289.9º 0.87% 0.53% -
HSV(B) 289.9º 0.87% 0.94% -
XYZ 40.97 20.05 83.37 -
YUV 106.44 202.81 197.59 -
System Red Green Blue C M Y K H S L
Decimal 204 31 239 0.15 0.87 0 0.06 289.9 0.87 0.53
Hex CC 1F EF F 57 0 6 122 57 35
Octal 314 37 357 17 127 0 6 442 127 65
Binary 11001100 11111 11101111 1111 1010111 0 110 100100010 1010111 110101

Color Harmonies of #CC1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FEF

Black with #CC1FEF

Text Example


Text Example

White with #CC1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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