Html Css Color HEX #CC31FC Electric Purple

📋 copy color: '#CC31FC'

red 204 ◦ green 49 ◦ blue 252

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

Shades of Electric Purple #CC31FC

Tints of Electric Purple #CC31FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 40.4%
G = 9.7%
B = 49.9%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC31FC (or 0xCC31FC) is known color: Electric Purple. HEX triplet: CC, 31 and FC. RGB value is (204,49,252). Sum of RGB (Red+Green+Blue) = 204+49+252=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC31FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31FC is #33CE03. Grayscale: #757575. Windows color (decimal): -3395076 or 16527820. OLE color: 16527820.

HSL color Cylindrical-coordinate representation of color #CC31FC: hue angle of 285.81º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC31FC is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 49 252 -
CMYK 0.19 0.81 0 0.01
HSL 285.81º 0.97% 0.59% -
HSV(B) 285.81º 0.81% 0.99% -
XYZ 43.57 22.06 94.06 -
YUV 118.49 203.35 188.99 -
System Red Green Blue C M Y K H S L
Decimal 204 49 252 0.19 0.81 0 0.01 285.81 0.97 0.59
Hex CC 31 FC 13 51 0 1 11E 61 3B
Octal 314 61 374 23 121 0 1 436 141 73
Binary 11001100 110001 11111100 10011 1010001 0 1 100011110 1100001 111011

Color Harmonies of #CC31FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31FC

Black with #CC31FC

Text Example


Text Example

White with #CC31FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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