Html Css Color HEX #CC1BEE Electric Purple

📋 copy color: '#CC1BEE'

red 204 ◦ green 27 ◦ blue 238

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

Shades of Electric Purple #CC1BEE

Tints of Electric Purple #CC1BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.76%

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

R = 43.5%
G = 5.76%
B = 50.75%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC1BEE (or 0xCC1BEE) is known color: Electric Purple. HEX triplet: CC, 1B and EE. RGB value is (204,27,238). Sum of RGB (Red+Green+Blue) = 204+27+238=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC1BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BEE is #33E411. Grayscale: #676767. Windows color (decimal): -3400722 or 15604684. OLE color: 15604684.

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

Color convert

RGB 204 27 238 -
CMYK 0.14 0.89 0 0.07
HSL 290.33º 0.86% 0.52% -
HSV(B) 290.33º 0.89% 0.93% -
XYZ 40.73 19.79 82.56 -
YUV 103.98 203.64 199.34 -
System Red Green Blue C M Y K H S L
Decimal 204 27 238 0.14 0.89 0 0.07 290.33 0.86 0.52
Hex CC 1B EE E 59 0 7 122 56 34
Octal 314 33 356 16 131 0 7 442 126 64
Binary 11001100 11011 11101110 1110 1011001 0 111 100100010 1010110 110100

Color Harmonies of #CC1BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BEE

Black with #CC1BEE

Text Example


Text Example

White with #CC1BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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