Html Css Color HEX #CC1EFA Electric Purple

📋 copy color: '#CC1EFA'

red 204 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #CC1EFA

Tints of Electric Purple #CC1EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.2%

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 42.15%
G = 6.2%
B = 51.65%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC1EFA (or 0xCC1EFA) is known color: Electric Purple. HEX triplet: CC, 1E and FA. RGB value is (204,30,250). Sum of RGB (Red+Green+Blue) = 204+30+250=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC1EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EFA is #33E105. Grayscale: #6A6A6A. Windows color (decimal): -3399942 or 16391884. OLE color: 16391884.

HSL color Cylindrical-coordinate representation of color #CC1EFA: hue angle of 287.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1EFA is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 30 250 -
CMYK 0.18 0.88 0 0.02
HSL 287.45º 0.96% 0.55% -
HSV(B) 287.45º 0.88% 0.98% -
XYZ 42.62 20.67 92.19 -
YUV 107.11 208.65 197.11 -
System Red Green Blue C M Y K H S L
Decimal 204 30 250 0.18 0.88 0 0.02 287.45 0.96 0.55
Hex CC 1E FA 12 58 0 2 11F 60 37
Octal 314 36 372 22 130 0 2 437 140 67
Binary 11001100 11110 11111010 10010 1011000 0 10 100011111 1100000 110111

Color Harmonies of #CC1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EFA

Black with #CC1EFA

Text Example


Text Example

White with #CC1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EFA; }

 p { color: rgb(204,30,250); }

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

background-color css

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

 a { background-color: rgb(204,30,250); }

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

border-color css

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

 span { border-color: rgb(204,30,250); }

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