Html Css Color HEX #CC1FEA Electric Purple

📋 copy color: '#CC1FEA'

red 204 ◦ green 31 ◦ blue 234

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

Shades of Electric Purple #CC1FEA

Tints of Electric Purple #CC1FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 43.5%
G = 6.61%
B = 49.89%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC1FEA (or 0xCC1FEA) is known color: Electric Purple. HEX triplet: CC, 1F and EA. RGB value is (204,31,234). Sum of RGB (Red+Green+Blue) = 204+31+234=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC1FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FEA is #33E015. Grayscale: #696969. Windows color (decimal): -3399702 or 15343564. OLE color: 15343564.

HSL color Cylindrical-coordinate representation of color #CC1FEA: hue angle of 291.13º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1FEA is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 31 234 -
CMYK 0.13 0.87 0 0.08
HSL 291.13º 0.83% 0.52% -
HSV(B) 291.13º 0.87% 0.92% -
XYZ 40.24 19.76 79.53 -
YUV 105.87 200.31 197.99 -
System Red Green Blue C M Y K H S L
Decimal 204 31 234 0.13 0.87 0 0.08 291.13 0.83 0.52
Hex CC 1F EA D 57 0 8 123 53 34
Octal 314 37 352 15 127 0 10 443 123 64
Binary 11001100 11111 11101010 1101 1010111 0 1000 100100011 1010011 110100

Color Harmonies of #CC1FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FEA

Black with #CC1FEA

Text Example


Text Example

White with #CC1FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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