Html Css Color HEX #CC1FEE Electric Purple

📋 copy color: '#CC1FEE'

red 204 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #CC1FEE

Tints of Electric Purple #CC1FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 43.13%
G = 6.55%
B = 50.32%

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

#CC1FEE (or 0xCC1FEE) is known color: Electric Purple. HEX triplet: CC, 1F and EE. RGB value is (204,31,238). Sum of RGB (Red+Green+Blue) = 204+31+238=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC1FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FEE is #33E011. Grayscale: #696969. Windows color (decimal): -3399698 or 15605708. OLE color: 15605708.

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

Color convert

RGB 204 31 238 -
CMYK 0.14 0.87 0 0.07
HSL 290.14º 0.86% 0.53% -
HSV(B) 290.14º 0.87% 0.93% -
XYZ 40.82 19.99 82.6 -
YUV 106.33 202.31 197.67 -
System Red Green Blue C M Y K H S L
Decimal 204 31 238 0.14 0.87 0 0.07 290.14 0.86 0.53
Hex CC 1F EE E 57 0 7 122 56 35
Octal 314 37 356 16 127 0 7 442 126 65
Binary 11001100 11111 11101110 1110 1010111 0 111 100100010 1010110 110101

Color Harmonies of #CC1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FEE

Black with #CC1FEE

Text Example


Text Example

White with #CC1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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