Html Css Color HEX #CC11F1 Electric Purple

📋 copy color: '#CC11F1'

red 204 ◦ green 17 ◦ blue 241

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

Shades of Electric Purple #CC11F1

Tints of Electric Purple #CC11F1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.68%

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

R = 44.16%
G = 3.68%
B = 52.16%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC11F1 (or 0xCC11F1) is known color: Electric Purple. HEX triplet: CC, 11 and F1. RGB value is (204,17,241). Sum of RGB (Red+Green+Blue) = 204+17+241=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC11F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11F1 is #33EE0E. Grayscale: #616161. Windows color (decimal): -3403279 or 15798732. OLE color: 15798732.

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

Color convert

RGB 204 17 241 -
CMYK 0.15 0.93 0 0.05
HSL 290.09º 0.89% 0.51% -
HSV(B) 290.09º 0.93% 0.95% -
XYZ 40.98 19.59 84.84 -
YUV 98.45 208.45 203.29 -
System Red Green Blue C M Y K H S L
Decimal 204 17 241 0.15 0.93 0 0.05 290.09 0.89 0.51
Hex CC 11 F1 F 5D 0 5 122 59 33
Octal 314 21 361 17 135 0 5 442 131 63
Binary 11001100 10001 11110001 1111 1011101 0 101 100100010 1011001 110011

Color Harmonies of #CC11F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11F1

Black with #CC11F1

Text Example


Text Example

White with #CC11F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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