Html Css Color HEX #CC1BEC Electric Purple

📋 copy color: '#CC1BEC'

red 204 ◦ green 27 ◦ blue 236

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

Shades of Electric Purple #CC1BEC

Tints of Electric Purple #CC1BEC

RGB

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

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

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

R = 43.68%
G = 5.78%
B = 50.54%

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

#CC1BEC (or 0xCC1BEC) is known color: Electric Purple. HEX triplet: CC, 1B and EC. RGB value is (204,27,236). Sum of RGB (Red+Green+Blue) = 204+27+236=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC1BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BEC is #33E413. Grayscale: #676767. Windows color (decimal): -3400724 or 15473612. OLE color: 15473612.

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

Color convert

RGB 204 27 236 -
CMYK 0.14 0.89 0 0.07
HSL 290.81º 0.85% 0.52% -
HSV(B) 290.81º 0.89% 0.93% -
XYZ 40.43 19.68 81.02 -
YUV 103.75 202.64 199.51 -
System Red Green Blue C M Y K H S L
Decimal 204 27 236 0.14 0.89 0 0.07 290.81 0.85 0.52
Hex CC 1B EC E 59 0 7 123 55 34
Octal 314 33 354 16 131 0 7 443 125 64
Binary 11001100 11011 11101100 1110 1011001 0 111 100100011 1010101 110100

Color Harmonies of #CC1BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BEC

Black with #CC1BEC

Text Example


Text Example

White with #CC1BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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