Html Css Color HEX #CC31FD Electric Purple

📋 copy color: '#CC31FD'

red 204 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #CC31FD

Tints of Electric Purple #CC31FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50%

R = 40.32%
G = 9.68%
B = 50%

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

#CC31FD (or 0xCC31FD) is known color: Electric Purple. HEX triplet: CC, 31 and FD. RGB value is (204,49,253). Sum of RGB (Red+Green+Blue) = 204+49+253=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC31FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31FD is #33CE02. Grayscale: #757575. Windows color (decimal): -3395075 or 16593356. OLE color: 16593356.

HSL color Cylindrical-coordinate representation of color #CC31FD: hue angle of 285.59º degrees, saturation: 0.98, 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 #CC31FD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 49 253 -
CMYK 0.19 0.81 0 0.01
HSL 285.59º 0.98% 0.59% -
HSV(B) 285.59º 0.81% 0.99% -
XYZ 43.73 22.13 94.89 -
YUV 118.6 203.85 188.91 -
System Red Green Blue C M Y K H S L
Decimal 204 49 253 0.19 0.81 0 0.01 285.59 0.98 0.59
Hex CC 31 FD 13 51 0 1 11E 62 3B
Octal 314 61 375 23 121 0 1 436 142 73
Binary 11001100 110001 11111101 10011 1010001 0 1 100011110 1100010 111011

Color Harmonies of #CC31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31FD

Black with #CC31FD

Text Example


Text Example

White with #CC31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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