Html Css Color HEX #CC11F9 Electric Purple

📋 copy color: '#CC11F9'

red 204 ◦ green 17 ◦ blue 249

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

Shades of Electric Purple #CC11F9

Tints of Electric Purple #CC11F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.98%

R = 43.4%
G = 3.62%
B = 52.98%

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

#CC11F9 (or 0xCC11F9) is known color: Electric Purple. HEX triplet: CC, 11 and F9. RGB value is (204,17,249). Sum of RGB (Red+Green+Blue) = 204+17+249=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC11F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11F9 is #33EE06. Grayscale: #626262. Windows color (decimal): -3403271 or 16323020. OLE color: 16323020.

HSL color Cylindrical-coordinate representation of color #CC11F9: hue angle of 288.36º degrees, saturation: 0.95, 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 #CC11F9 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 17 249 -
CMYK 0.18 0.93 0 0.02
HSL 288.36º 0.95% 0.52% -
HSV(B) 288.36º 0.93% 0.98% -
XYZ 42.2 20.08 91.27 -
YUV 99.36 212.45 202.64 -
System Red Green Blue C M Y K H S L
Decimal 204 17 249 0.18 0.93 0 0.02 288.36 0.95 0.52
Hex CC 11 F9 12 5D 0 2 120 5F 34
Octal 314 21 371 22 135 0 2 440 137 64
Binary 11001100 10001 11111001 10010 1011101 0 10 100100000 1011111 110100

Color Harmonies of #CC11F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11F9

Black with #CC11F9

Text Example


Text Example

White with #CC11F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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