Html Css Color HEX #CC1FEC Electric Purple

📋 copy color: '#CC1FEC'

red 204 ◦ green 31 ◦ blue 236

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

Shades of Electric Purple #CC1FEC

Tints of Electric Purple #CC1FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 43.31%
G = 6.58%
B = 50.11%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC1FEC (or 0xCC1FEC) is known color: Electric Purple. HEX triplet: CC, 1F and EC. RGB value is (204,31,236). Sum of RGB (Red+Green+Blue) = 204+31+236=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC1FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FEC is #33E013. Grayscale: #696969. Windows color (decimal): -3399700 or 15474636. OLE color: 15474636.

HSL color Cylindrical-coordinate representation of color #CC1FEC: hue angle of 290.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1FEC is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 31 236 -
CMYK 0.14 0.87 0 0.07
HSL 290.63º 0.84% 0.52% -
HSV(B) 290.63º 0.87% 0.93% -
XYZ 40.53 19.87 81.06 -
YUV 106.1 201.31 197.83 -
System Red Green Blue C M Y K H S L
Decimal 204 31 236 0.14 0.87 0 0.07 290.63 0.84 0.52
Hex CC 1F EC E 57 0 7 123 54 34
Octal 314 37 354 16 127 0 7 443 124 64
Binary 11001100 11111 11101100 1110 1010111 0 111 100100011 1010100 110100

Color Harmonies of #CC1FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FEC

Black with #CC1FEC

Text Example


Text Example

White with #CC1FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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