Html Css Color HEX #CC1CEC Electric Purple

📋 copy color: '#CC1CEC'

red 204 ◦ green 28 ◦ blue 236

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

Shades of Electric Purple #CC1CEC

Tints of Electric Purple #CC1CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.98%

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 43.59%
G = 5.98%
B = 50.43%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC1CEC (or 0xCC1CEC) is known color: Electric Purple. HEX triplet: CC, 1C and EC. RGB value is (204,28,236). Sum of RGB (Red+Green+Blue) = 204+28+236=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CEC is #33E313. Grayscale: #676767. Windows color (decimal): -3400468 or 15473868. OLE color: 15473868.

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

Color convert

RGB 204 28 236 -
CMYK 0.14 0.88 0 0.07
HSL 290.77º 0.85% 0.52% -
HSV(B) 290.77º 0.88% 0.93% -
XYZ 40.46 19.72 81.03 -
YUV 104.34 202.31 199.09 -
System Red Green Blue C M Y K H S L
Decimal 204 28 236 0.14 0.88 0 0.07 290.77 0.85 0.52
Hex CC 1C EC E 58 0 7 123 55 34
Octal 314 34 354 16 130 0 7 443 125 64
Binary 11001100 11100 11101100 1110 1011000 0 111 100100011 1010101 110100

Color Harmonies of #CC1CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CEC

Black with #CC1CEC

Text Example


Text Example

White with #CC1CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CEC; }

 p { color: rgb(204,28,236); }

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

background-color css

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

 a { background-color: rgb(204,28,236); }

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

border-color css

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

 span { border-color: rgb(204,28,236); }

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