Html Css Color HEX #CC31F4 Electric Purple

📋 copy color: '#CC31F4'

red 204 ◦ green 49 ◦ blue 244

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

Shades of Electric Purple #CC31F4

Tints of Electric Purple #CC31F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.09%

R = 41.05%
G = 9.86%
B = 49.09%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC31F4 (or 0xCC31F4) is known color: Electric Purple. HEX triplet: CC, 31 and F4. RGB value is (204,49,244). Sum of RGB (Red+Green+Blue) = 204+49+244=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC31F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31F4 is #33CE0B. Grayscale: #747474. Windows color (decimal): -3395084 or 16003532. OLE color: 16003532.

HSL color Cylindrical-coordinate representation of color #CC31F4: hue angle of 287.69º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC31F4 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 49 244 -
CMYK 0.16 0.80 0 0.04
HSL 287.69º 0.9% 0.57% -
HSV(B) 287.69º 0.8% 0.96% -
XYZ 42.33 21.57 87.52 -
YUV 117.58 199.35 189.64 -
System Red Green Blue C M Y K H S L
Decimal 204 49 244 0.16 0.80 0 0.04 287.69 0.9 0.57
Hex CC 31 F4 10 50 0 4 120 5A 39
Octal 314 61 364 20 120 0 4 440 132 71
Binary 11001100 110001 11110100 10000 1010000 0 100 100100000 1011010 111001

Color Harmonies of #CC31F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31F4

Black with #CC31F4

Text Example


Text Example

White with #CC31F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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