Html Css Color HEX #CC07F1 Electric Purple

📋 copy color: '#CC07F1'

red 204 ◦ green 7 ◦ blue 241

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

Shades of Electric Purple #CC07F1

Tints of Electric Purple #CC07F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.32%

R = 45.13%
G = 1.55%
B = 53.32%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC07F1 (or 0xCC07F1) is known color: Electric Purple. HEX triplet: CC, 07 and F1. RGB value is (204,7,241). Sum of RGB (Red+Green+Blue) = 204+7+241=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC07F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07F1 is #33F80E. Grayscale: #5B5B5B. Windows color (decimal): -3405839 or 15796172. OLE color: 15796172.

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

Color convert

RGB 204 7 241 -
CMYK 0.15 0.97 0 0.05
HSL 290.51º 0.94% 0.49% -
HSV(B) 290.51º 0.97% 0.95% -
XYZ 40.86 19.34 84.8 -
YUV 92.58 211.77 207.47 -
System Red Green Blue C M Y K H S L
Decimal 204 7 241 0.15 0.97 0 0.05 290.51 0.94 0.49
Hex CC 7 F1 F 61 0 5 123 5E 31
Octal 314 7 361 17 141 0 5 443 136 61
Binary 11001100 111 11110001 1111 1100001 0 101 100100011 1011110 110001

Color Harmonies of #CC07F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07F1

Black with #CC07F1

Text Example


Text Example

White with #CC07F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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