Html Css Color HEX #CC00FF Electric Purple

📋 copy color: '#CC00FF'

red 204 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #CC00FF

Tints of Electric Purple #CC00FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.2

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC00FF (or 0xCC00FF) is known color: Electric Purple. HEX triplet: CC, 00 and FF. RGB value is (204,0,255). Sum of RGB (Red+Green+Blue) = 204+0+255=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC00FF is a web safe color. Inversed color of #CC00FF is #33FF00. Grayscale: #595959. Windows color (decimal): -3407617 or 16711884. OLE color: 16711884.

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

Color convert

RGB 204 0 255 -
CMYK 0.2 1 0 0
HSL 288º 1% 0.5% -
HSV(B) 288º 1% 1% -
XYZ 42.95 20.06 96.22 -
YUV 90.07 221.09 209.27 -
System Red Green Blue C M Y K H S L
Decimal 204 0 255 0.2 1 0 0 288 1 0.5
Hex CC 0 FF 14 64 0 0 120 64 32
Octal 314 0 377 24 144 0 0 440 144 62
Binary 11001100 0 11111111 10100 1100100 0 0 100100000 1100100 110010

Color Harmonies of #CC00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00FF

Black with #CC00FF

Text Example


Text Example

White with #CC00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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