Html Css Color HEX #CC1AFB Electric Purple

📋 copy color: '#CC1AFB'

red 204 ◦ green 26 ◦ blue 251

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

Shades of Electric Purple #CC1AFB

Tints of Electric Purple #CC1AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 42.41%
G = 5.41%
B = 52.18%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC1AFB (or 0xCC1AFB) is known color: Electric Purple. HEX triplet: CC, 1A and FB. RGB value is (204,26,251). Sum of RGB (Red+Green+Blue) = 204+26+251=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC1AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1AFB is #33E504. Grayscale: #686868. Windows color (decimal): -3400965 or 16456396. OLE color: 16456396.

HSL color Cylindrical-coordinate representation of color #CC1AFB: hue angle of 287.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1AFB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 26 251 -
CMYK 0.19 0.90 0 0.02
HSL 287.47º 0.97% 0.54% -
HSV(B) 287.47º 0.9% 0.98% -
XYZ 42.68 20.54 92.98 -
YUV 104.87 210.47 198.7 -
System Red Green Blue C M Y K H S L
Decimal 204 26 251 0.19 0.90 0 0.02 287.47 0.97 0.54
Hex CC 1A FB 13 5A 0 2 11F 61 36
Octal 314 32 373 23 132 0 2 437 141 66
Binary 11001100 11010 11111011 10011 1011010 0 10 100011111 1100001 110110

Color Harmonies of #CC1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AFB

Black with #CC1AFB

Text Example


Text Example

White with #CC1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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