Html Css Color HEX #CC33FF Electric Purple

📋 copy color: '#CC33FF'

red 204 ◦ green 51 ◦ blue 255

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

Shades of Electric Purple #CC33FF

Tints of Electric Purple #CC33FF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10%

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

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.2

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC33FF (or 0xCC33FF) is known color: Electric Purple. HEX triplet: CC, 33 and FF. RGB value is (204,51,255). Sum of RGB (Red+Green+Blue) = 204+51+255=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 51 (20.31% from 255 or 10% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC33FF is a web safe color. Inversed color of #CC33FF is #33CC00. Grayscale: #777777. Windows color (decimal): -3394561 or 16724940. OLE color: 16724940.

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

Color convert

RGB 204 51 255 -
CMYK 0.2 0.8 0 0
HSL 285º 1% 0.6% -
HSV(B) 285º 0.8% 1% -
XYZ 44.14 22.43 96.61 -
YUV 120 204.19 187.91 -
System Red Green Blue C M Y K H S L
Decimal 204 51 255 0.2 0.8 0 0 285 1 0.6
Hex CC 33 FF 14 50 0 0 11D 64 3C
Octal 314 63 377 24 120 0 0 435 144 74
Binary 11001100 110011 11111111 10100 1010000 0 0 100011101 1100100 111100

Color Harmonies of #CC33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33FF

Black with #CC33FF

Text Example


Text Example

White with #CC33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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