Html Css Color HEX #CC07FF Electric Purple

📋 copy color: '#CC07FF'

red 204 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #CC07FF

Tints of Electric Purple #CC07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.5%

 BLUE value IS 255 (100% from 255) = 54.72%

R = 43.78%
G = 1.5%
B = 54.72%

CMYK

 C value IS 0.2

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC07FF (or 0xCC07FF) is known color: Electric Purple. HEX triplet: CC, 07 and FF. RGB value is (204,7,255). Sum of RGB (Red+Green+Blue) = 204+7+255=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07FF is #33F800. Grayscale: #5D5D5D. Windows color (decimal): -3405825 or 16713676. OLE color: 16713676.

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

Color convert

RGB 204 7 255 -
CMYK 0.2 0.97 0 0
HSL 287.66º 1% 0.51% -
HSV(B) 287.66º 0.97% 1% -
XYZ 43.03 20.21 96.24 -
YUV 94.18 218.77 206.33 -
System Red Green Blue C M Y K H S L
Decimal 204 7 255 0.2 0.97 0 0 287.66 1 0.51
Hex CC 7 FF 14 61 0 0 120 64 33
Octal 314 7 377 24 141 0 0 440 144 63
Binary 11001100 111 11111111 10100 1100001 0 0 100100000 1100100 110011

Color Harmonies of #CC07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07FF

Black with #CC07FF

Text Example


Text Example

White with #CC07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07FF; }

 p { color: rgb(204,7,255); }

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

background-color css

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

 a { background-color: rgb(204,7,255); }

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

border-color css

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

 span { border-color: rgb(204,7,255); }

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