Html Css Color HEX #CC11FA Electric Purple

📋 copy color: '#CC11FA'

red 204 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #CC11FA

Tints of Electric Purple #CC11FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 43.31%
G = 3.61%
B = 53.08%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC11FA (or 0xCC11FA) is known color: Electric Purple. HEX triplet: CC, 11 and FA. RGB value is (204,17,250). Sum of RGB (Red+Green+Blue) = 204+17+250=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC11FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11FA is #33EE05. Grayscale: #626262. Windows color (decimal): -3403270 or 16388556. OLE color: 16388556.

HSL color Cylindrical-coordinate representation of color #CC11FA: hue angle of 288.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC11FA is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 17 250 -
CMYK 0.18 0.93 0 0.02
HSL 288.15º 0.96% 0.52% -
HSV(B) 288.15º 0.93% 0.98% -
XYZ 42.36 20.14 92.1 -
YUV 99.48 212.95 202.55 -
System Red Green Blue C M Y K H S L
Decimal 204 17 250 0.18 0.93 0 0.02 288.15 0.96 0.52
Hex CC 11 FA 12 5D 0 2 120 60 34
Octal 314 21 372 22 135 0 2 440 140 64
Binary 11001100 10001 11111010 10010 1011101 0 10 100100000 1100000 110100

Color Harmonies of #CC11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11FA

Black with #CC11FA

Text Example


Text Example

White with #CC11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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