Html Css Color HEX #CC00F9 Electric Purple

📋 copy color: '#CC00F9'

red 204 ◦ green 0 ◦ blue 249

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

Shades of Electric Purple #CC00F9

Tints of Electric Purple #CC00F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.97%

R = 45.03%
G = 0%
B = 54.97%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC00F9 (or 0xCC00F9) is known color: Electric Purple. HEX triplet: CC, 00 and F9. RGB value is (204,0,249). Sum of RGB (Red+Green+Blue) = 204+0+249=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC00F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00F9 is #33FF06. Grayscale: #585858. Windows color (decimal): -3407623 or 16318668. OLE color: 16318668.

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

Color convert

RGB 204 0 249 -
CMYK 0.18 1 0 0.02
HSL 289.16º 1% 0.49% -
HSV(B) 289.16º 1% 0.98% -
XYZ 42 19.68 91.21 -
YUV 89.38 218.09 209.75 -
System Red Green Blue C M Y K H S L
Decimal 204 0 249 0.18 1 0 0.02 289.16 1 0.49
Hex CC 0 F9 12 64 0 2 121 64 31
Octal 314 0 371 22 144 0 2 441 144 61
Binary 11001100 0 11111001 10010 1100100 0 10 100100001 1100100 110001

Color Harmonies of #CC00F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00F9

Black with #CC00F9

Text Example


Text Example

White with #CC00F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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