Html Css Color HEX #CC1CEE Electric Purple

📋 copy color: '#CC1CEE'

red 204 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #CC1CEE

Tints of Electric Purple #CC1CEE

RGB

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

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

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

R = 43.4%
G = 5.96%
B = 50.64%

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

#CC1CEE (or 0xCC1CEE) is known color: Electric Purple. HEX triplet: CC, 1C and EE. RGB value is (204,28,238). Sum of RGB (Red+Green+Blue) = 204+28+238=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC1CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CEE is #33E311. Grayscale: #676767. Windows color (decimal): -3400466 or 15604940. OLE color: 15604940.

HSL color Cylindrical-coordinate representation of color #CC1CEE: hue angle of 290.29º degrees, saturation: 0.86, 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 #CC1CEE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 28 238 -
CMYK 0.14 0.88 0 0.07
HSL 290.29º 0.86% 0.52% -
HSV(B) 290.29º 0.88% 0.93% -
XYZ 40.75 19.84 82.57 -
YUV 104.56 203.31 198.92 -
System Red Green Blue C M Y K H S L
Decimal 204 28 238 0.14 0.88 0 0.07 290.29 0.86 0.52
Hex CC 1C EE E 58 0 7 122 56 34
Octal 314 34 356 16 130 0 7 442 126 64
Binary 11001100 11100 11101110 1110 1011000 0 111 100100010 1010110 110100

Color Harmonies of #CC1CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CEE

Black with #CC1CEE

Text Example


Text Example

White with #CC1CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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