Html Css Color HEX #CC31FF Electric Purple

📋 copy color: '#CC31FF'

red 204 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #CC31FF

Tints of Electric Purple #CC31FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.65%

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

R = 40.16%
G = 9.65%
B = 50.2%

CMYK

 C value IS 0.2

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC31FF (or 0xCC31FF) is known color: Electric Purple. HEX triplet: CC, 31 and FF. RGB value is (204,49,255). Sum of RGB (Red+Green+Blue) = 204+49+255=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 49 (19.53% from 255 or 9.65% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31FF is #33CE00. Grayscale: #767676. Windows color (decimal): -3395073 or 16724428. OLE color: 16724428.

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

Color convert

RGB 204 49 255 -
CMYK 0.2 0.81 0 0
HSL 285.15º 1% 0.6% -
HSV(B) 285.15º 0.81% 1% -
XYZ 44.05 22.25 96.58 -
YUV 118.83 204.85 188.75 -
System Red Green Blue C M Y K H S L
Decimal 204 49 255 0.2 0.81 0 0 285.15 1 0.6
Hex CC 31 FF 14 51 0 0 11D 64 3C
Octal 314 61 377 24 121 0 0 435 144 74
Binary 11001100 110001 11111111 10100 1010001 0 0 100011101 1100100 111100

Color Harmonies of #CC31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31FF

Black with #CC31FF

Text Example


Text Example

White with #CC31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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