Html Css Color HEX #CC1DEA Electric Purple

📋 copy color: '#CC1DEA'

red 204 ◦ green 29 ◦ blue 234

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

Shades of Electric Purple #CC1DEA

Tints of Electric Purple #CC1DEA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.21%

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

R = 43.68%
G = 6.21%
B = 50.11%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC1DEA (or 0xCC1DEA) is known color: Electric Purple. HEX triplet: CC, 1D and EA. RGB value is (204,29,234). Sum of RGB (Red+Green+Blue) = 204+29+234=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC1DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1DEA is #33E215. Grayscale: #686868. Windows color (decimal): -3400214 or 15343052. OLE color: 15343052.

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

Color convert

RGB 204 29 234 -
CMYK 0.13 0.88 0 0.08
HSL 291.22º 0.83% 0.52% -
HSV(B) 291.22º 0.88% 0.92% -
XYZ 40.19 19.66 79.52 -
YUV 104.7 200.98 198.83 -
System Red Green Blue C M Y K H S L
Decimal 204 29 234 0.13 0.88 0 0.08 291.22 0.83 0.52
Hex CC 1D EA D 58 0 8 123 53 34
Octal 314 35 352 15 130 0 10 443 123 64
Binary 11001100 11101 11101010 1101 1011000 0 1000 100100011 1010011 110100

Color Harmonies of #CC1DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1DEA

Black with #CC1DEA

Text Example


Text Example

White with #CC1DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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