Html Css Color HEX #CC09F7 Electric Purple

📋 copy color: '#CC09F7'

red 204 ◦ green 9 ◦ blue 247

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

Shades of Electric Purple #CC09F7

Tints of Electric Purple #CC09F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.7%

R = 44.35%
G = 1.96%
B = 53.7%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC09F7 (or 0xCC09F7) is known color: Electric Purple. HEX triplet: CC, 09 and F7. RGB value is (204,9,247). Sum of RGB (Red+Green+Blue) = 204+9+247=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC09F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09F7 is #33F608. Grayscale: #5D5D5D. Windows color (decimal): -3405321 or 16189900. OLE color: 16189900.

HSL color Cylindrical-coordinate representation of color #CC09F7: hue angle of 289.16º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09F7 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 9 247 -
CMYK 0.17 0.96 0 0.03
HSL 289.16º 0.94% 0.5% -
HSV(B) 289.16º 0.96% 0.97% -
XYZ 41.79 19.75 89.6 -
YUV 94.44 214.1 206.15 -
System Red Green Blue C M Y K H S L
Decimal 204 9 247 0.17 0.96 0 0.03 289.16 0.94 0.5
Hex CC 9 F7 11 60 0 3 121 5E 32
Octal 314 11 367 21 140 0 3 441 136 62
Binary 11001100 1001 11110111 10001 1100000 0 11 100100001 1011110 110010

Color Harmonies of #CC09F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09F7

Black with #CC09F7

Text Example


Text Example

White with #CC09F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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