Html Css Color HEX #CC1AFF Electric Purple

📋 copy color: '#CC1AFF'

red 204 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #CC1AFF

Tints of Electric Purple #CC1AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.36%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 42.06%
G = 5.36%
B = 52.58%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC1AFF (or 0xCC1AFF) is known color: Electric Purple. HEX triplet: CC, 1A and FF. RGB value is (204,26,255). Sum of RGB (Red+Green+Blue) = 204+26+255=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1AFF is #33E500. Grayscale: #686868. Windows color (decimal): -3400961 or 16718540. OLE color: 16718540.

HSL color Cylindrical-coordinate representation of color #CC1AFF: hue angle of 286.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1AFF is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 26 255 -
CMYK 0.2 0.90 0 0
HSL 286.64º 1% 0.55% -
HSV(B) 286.64º 0.9% 1% -
XYZ 43.32 20.8 96.34 -
YUV 105.33 212.47 198.38 -
System Red Green Blue C M Y K H S L
Decimal 204 26 255 0.2 0.90 0 0 286.64 1 0.55
Hex CC 1A FF 14 5A 0 0 11F 64 37
Octal 314 32 377 24 132 0 0 437 144 67
Binary 11001100 11010 11111111 10100 1011010 0 0 100011111 1100100 110111

Color Harmonies of #CC1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AFF

Black with #CC1AFF

Text Example


Text Example

White with #CC1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AFF; }

 p { color: rgb(204,26,255); }

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

background-color css

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

 a { background-color: rgb(204,26,255); }

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

border-color css

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

 span { border-color: rgb(204,26,255); }

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