Html Css Color HEX #CC00FC Electric Purple

📋 copy color: '#CC00FC'

red 204 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #CC00FC

Tints of Electric Purple #CC00FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 44.74%
G = 0%
B = 55.26%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC00FC (or 0xCC00FC) is known color: Electric Purple. HEX triplet: CC, 00 and FC. RGB value is (204,0,252). Sum of RGB (Red+Green+Blue) = 204+0+252=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00FC is #33FF03. Grayscale: #585858. Windows color (decimal): -3407620 or 16515276. OLE color: 16515276.

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

Color convert

RGB 204 0 252 -
CMYK 0.19 1 0 0.01
HSL 288.57º 1% 0.49% -
HSV(B) 288.57º 1% 0.99% -
XYZ 42.47 19.87 93.69 -
YUV 89.72 219.59 209.51 -
System Red Green Blue C M Y K H S L
Decimal 204 0 252 0.19 1 0 0.01 288.57 1 0.49
Hex CC 0 FC 13 64 0 1 121 64 31
Octal 314 0 374 23 144 0 1 441 144 61
Binary 11001100 0 11111100 10011 1100100 0 1 100100001 1100100 110001

Color Harmonies of #CC00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00FC

Black with #CC00FC

Text Example


Text Example

White with #CC00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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