Html Css Color HEX #CC1AF0 Electric Purple

📋 copy color: '#CC1AF0'

red 204 ◦ green 26 ◦ blue 240

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

Shades of Electric Purple #CC1AF0

Tints of Electric Purple #CC1AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.06%

R = 43.4%
G = 5.53%
B = 51.06%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC1AF0 (or 0xCC1AF0) is known color: Electric Purple. HEX triplet: CC, 1A and F0. RGB value is (204,26,240). Sum of RGB (Red+Green+Blue) = 204+26+240=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC1AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1AF0 is #33E50F. Grayscale: #666666. Windows color (decimal): -3400976 or 15735500. OLE color: 15735500.

HSL color Cylindrical-coordinate representation of color #CC1AF0: hue angle of 289.91º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1AF0 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 26 240 -
CMYK 0.15 0.89 0 0.06
HSL 289.91º 0.88% 0.52% -
HSV(B) 289.91º 0.89% 0.94% -
XYZ 41 19.87 84.11 -
YUV 103.62 204.97 199.6 -
System Red Green Blue C M Y K H S L
Decimal 204 26 240 0.15 0.89 0 0.06 289.91 0.88 0.52
Hex CC 1A F0 F 59 0 6 122 58 34
Octal 314 32 360 17 131 0 6 442 130 64
Binary 11001100 11010 11110000 1111 1011001 0 110 100100010 1011000 110100

Color Harmonies of #CC1AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AF0

Black with #CC1AF0

Text Example


Text Example

White with #CC1AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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