Html Css Color HEX #CC1AF6 Electric Purple

📋 copy color: '#CC1AF6'

red 204 ◦ green 26 ◦ blue 246

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

Shades of Electric Purple #CC1AF6

Tints of Electric Purple #CC1AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 42.86%
G = 5.46%
B = 51.68%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC1AF6 (or 0xCC1AF6) is known color: Electric Purple. HEX triplet: CC, 1A and F6. RGB value is (204,26,246). Sum of RGB (Red+Green+Blue) = 204+26+246=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC1AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1AF6 is #33E509. Grayscale: #676767. Windows color (decimal): -3400970 or 16128716. OLE color: 16128716.

HSL color Cylindrical-coordinate representation of color #CC1AF6: hue angle of 288.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1AF6 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 26 246 -
CMYK 0.17 0.89 0 0.04
HSL 288.55º 0.92% 0.53% -
HSV(B) 288.55º 0.89% 0.96% -
XYZ 41.91 20.23 88.88 -
YUV 104.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 204 26 246 0.17 0.89 0 0.04 288.55 0.92 0.53
Hex CC 1A F6 11 59 0 4 121 5C 35
Octal 314 32 366 21 131 0 4 441 134 65
Binary 11001100 11010 11110110 10001 1011001 0 100 100100001 1011100 110101

Color Harmonies of #CC1AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AF6

Black with #CC1AF6

Text Example


Text Example

White with #CC1AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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