Html Css Color HEX #CC1EF4 Electric Purple

📋 copy color: '#CC1EF4'

red 204 ◦ green 30 ◦ blue 244

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

Shades of Electric Purple #CC1EF4

Tints of Electric Purple #CC1EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 51.05%

R = 42.68%
G = 6.28%
B = 51.05%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC1EF4 (or 0xCC1EF4) is known color: Electric Purple. HEX triplet: CC, 1E and F4. RGB value is (204,30,244). Sum of RGB (Red+Green+Blue) = 204+30+244=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC1EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EF4 is #33E10B. Grayscale: #696969. Windows color (decimal): -3399948 or 15998668. OLE color: 15998668.

HSL color Cylindrical-coordinate representation of color #CC1EF4: hue angle of 288.79º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1EF4 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 30 244 -
CMYK 0.16 0.88 0 0.04
HSL 288.79º 0.91% 0.54% -
HSV(B) 288.79º 0.88% 0.96% -
XYZ 41.7 20.3 87.31 -
YUV 106.42 205.65 197.6 -
System Red Green Blue C M Y K H S L
Decimal 204 30 244 0.16 0.88 0 0.04 288.79 0.91 0.54
Hex CC 1E F4 10 58 0 4 121 5B 36
Octal 314 36 364 20 130 0 4 441 133 66
Binary 11001100 11110 11110100 10000 1011000 0 100 100100001 1011011 110110

Color Harmonies of #CC1EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EF4

Black with #CC1EF4

Text Example


Text Example

White with #CC1EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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