Html Css Color HEX #CC09FE Electric Purple

📋 copy color: '#CC09FE'

red 204 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #CC09FE

Tints of Electric Purple #CC09FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.93%

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 43.68%
G = 1.93%
B = 54.39%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC09FE (or 0xCC09FE) is known color: Electric Purple. HEX triplet: CC, 09 and FE. RGB value is (204,9,254). Sum of RGB (Red+Green+Blue) = 204+9+254=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09FE is #33F601. Grayscale: #5E5E5E. Windows color (decimal): -3405314 or 16648652. OLE color: 16648652.

HSL color Cylindrical-coordinate representation of color #CC09FE: hue angle of 287.76º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09FE is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 9 254 -
CMYK 0.20 0.96 0 0.00
HSL 287.76º 0.99% 0.52% -
HSV(B) 287.76º 0.96% 1% -
XYZ 42.89 20.19 95.4 -
YUV 95.24 217.6 205.58 -
System Red Green Blue C M Y K H S L
Decimal 204 9 254 0.20 0.96 0 0.00 287.76 0.99 0.52
Hex CC 9 FE 14 60 0 0 120 63 34
Octal 314 11 376 24 140 0 0 440 143 64
Binary 11001100 1001 11111110 10100 1100000 0 0 100100000 1100011 110100

Color Harmonies of #CC09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09FE

Black with #CC09FE

Text Example


Text Example

White with #CC09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09FE; }

 p { color: rgb(204,9,254); }

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

background-color css

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

 a { background-color: rgb(204,9,254); }

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

border-color css

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

 span { border-color: rgb(204,9,254); }

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