Html Css Color HEX #CC2BFF Electric Purple

📋 copy color: '#CC2BFF'

red 204 ◦ green 43 ◦ blue 255

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

Shades of Electric Purple #CC2BFF

Tints of Electric Purple #CC2BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.57%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 40.64%
G = 8.57%
B = 50.8%

CMYK

 C value IS 0.2

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC2BFF (or 0xCC2BFF) is known color: Electric Purple. HEX triplet: CC, 2B and FF. RGB value is (204,43,255). Sum of RGB (Red+Green+Blue) = 204+43+255=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC2BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BFF is #33D400. Grayscale: #727272. Windows color (decimal): -3396609 or 16722892. OLE color: 16722892.

HSL color Cylindrical-coordinate representation of color #CC2BFF: hue angle of 285.57º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2BFF is Cyan = 0.2, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 43 255 -
CMYK 0.2 0.83 0 0
HSL 285.57º 1% 0.58% -
HSV(B) 285.57º 0.83% 1% -
XYZ 43.82 21.79 96.5 -
YUV 115.31 206.84 191.26 -
System Red Green Blue C M Y K H S L
Decimal 204 43 255 0.2 0.83 0 0 285.57 1 0.58
Hex CC 2B FF 14 53 0 0 11E 64 3A
Octal 314 53 377 24 123 0 0 436 144 72
Binary 11001100 101011 11111111 10100 1010011 0 0 100011110 1100100 111010

Color Harmonies of #CC2BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BFF

Black with #CC2BFF

Text Example


Text Example

White with #CC2BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BFF; }

 p { color: rgb(204,43,255); }

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

background-color css

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

 a { background-color: rgb(204,43,255); }

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

border-color css

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

 span { border-color: rgb(204,43,255); }

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