Html Css Color HEX #CC00F8 Electric Purple

📋 copy color: '#CC00F8'

red 204 ◦ green 0 ◦ blue 248

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

Shades of Electric Purple #CC00F8

Tints of Electric Purple #CC00F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.87%

R = 45.13%
G = 0%
B = 54.87%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC00F8 (or 0xCC00F8) is known color: Electric Purple. HEX triplet: CC, 00 and F8. RGB value is (204,0,248). Sum of RGB (Red+Green+Blue) = 204+0+248=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC00F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00F8 is #33FF07. Grayscale: #585858. Windows color (decimal): -3407624 or 16253132. OLE color: 16253132.

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

Color convert

RGB 204 0 248 -
CMYK 0.18 1 0 0.03
HSL 289.35º 1% 0.49% -
HSV(B) 289.35º 1% 0.97% -
XYZ 41.85 19.61 90.39 -
YUV 89.27 217.59 209.83 -
System Red Green Blue C M Y K H S L
Decimal 204 0 248 0.18 1 0 0.03 289.35 1 0.49
Hex CC 0 F8 12 64 0 3 121 64 31
Octal 314 0 370 22 144 0 3 441 144 61
Binary 11001100 0 11111000 10010 1100100 0 11 100100001 1100100 110001

Color Harmonies of #CC00F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00F8

Black with #CC00F8

Text Example


Text Example

White with #CC00F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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