Html Css Color HEX #CC07F5 Electric Purple

📋 copy color: '#CC07F5'

red 204 ◦ green 7 ◦ blue 245

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

Shades of Electric Purple #CC07F5

Tints of Electric Purple #CC07F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.73%

R = 44.74%
G = 1.54%
B = 53.73%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC07F5 (or 0xCC07F5) is known color: Electric Purple. HEX triplet: CC, 07 and F5. RGB value is (204,7,245). Sum of RGB (Red+Green+Blue) = 204+7+245=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC07F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07F5 is #33F80A. Grayscale: #5C5C5C. Windows color (decimal): -3405835 or 16058316. OLE color: 16058316.

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

Color convert

RGB 204 7 245 -
CMYK 0.17 0.97 0 0.04
HSL 289.66º 0.94% 0.49% -
HSV(B) 289.66º 0.97% 0.96% -
XYZ 41.46 19.58 87.98 -
YUV 93.04 213.77 207.15 -
System Red Green Blue C M Y K H S L
Decimal 204 7 245 0.17 0.97 0 0.04 289.66 0.94 0.49
Hex CC 7 F5 11 61 0 4 122 5E 31
Octal 314 7 365 21 141 0 4 442 136 61
Binary 11001100 111 11110101 10001 1100001 0 100 100100010 1011110 110001

Color Harmonies of #CC07F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07F5

Black with #CC07F5

Text Example


Text Example

White with #CC07F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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